Click or drag to resize
GridBoundColumn Class
A column type for the KaxGrid control that is bound to a field in a data source.
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridBoundColumn : GridEditableColumn

The GridBoundColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridBoundColumn
Top
Methods
  NameDescription
Public methodClone (Overrides GridColumnClone.)
Public methodFillValues (Overrides GridEditableColumnFillValues(IDictionary, GridEditableItem).)
Public methodGetCustomPropertyDataFields (Overrides GridColumnGetCustomPropertyDataFields(Object).)
Public methodGetDefaultGroupByExpression (Overrides GridColumnGetDefaultGroupByExpression.)
Public methodInitialize
Resets the GridBoundColumn to its initial state.
(Overrides GridColumnInitialize.)
Public methodInitializeCell
Resets the specified cell in the GridBoundColumn to its initial state.
(Overrides GridColumnInitializeCell(TableCell, Int32, GridItem).)
Public methodIsBoundToFieldName (Overrides GridColumnIsBoundToFieldName(String).)
Public methodSupportsFiltering (Overrides GridColumnSupportsFiltering.)
Top
Fields
  NameDescription
Public fieldStatic memberthisExpr
Top
Properties
  NameDescription
Public propertyAggregate

Gets or sets the field name from the specified data source to bind to the GridBoundColumn.

Public propertyAllowFiltering
Gets or sets whether the column data can be filtered.
Public propertyAllowSorting
Gets or sets a whether the column data can be sorted.
Public propertyDataField

Gets or sets the field name from the specified data source to bind to the GridBoundColumn.

Public propertyDataFormatString
Gets or sets the string that specifies the display format for items in the column.
Public propertyEmptyDataText
Sets or gets default text when column is empty. Default value is " "
Public propertyFooterAggregateFormatString
Public propertyHtmlEncode
Sets or gets whether cell content must be encoded. Default value is false.
Public propertyIsEditable
Gets a boolean value, indicating whether the column is editable. A ReadOnly column will return a false value for this property. The property is readOnly.
(Overrides GridColumnIsEditable.)
Public propertyMaxLength
Gets or Sets an integer, specifying the maximum number of characters, which will be accepted in the edit textbox for the field, when in edit mode.
Top
See Also