GridBoundColumn Properties |
The GridBoundColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Aggregate |
Gets or sets the field name from the specified data source to bind to the GridBoundColumn. |
![]() |
AllowFiltering |
Gets or sets whether the column data can be filtered.
|
![]() |
AllowSorting |
Gets or sets a whether the column data can be sorted.
|
![]() |
DataField |
Gets or sets the field name from the specified data source to bind to the GridBoundColumn. |
![]() |
DataFormatString |
Gets or sets the string that specifies the display format for items in the
column.
|
![]() |
EmptyDataText |
Sets or gets default text when column is empty. Default value is
" "
|
![]() |
FooterAggregateFormatString | |
![]() |
HtmlEncode |
Sets or gets whether cell content must be encoded. Default value is
false.
|
![]() |
IsEditable |
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.) |
![]() |
MaxLength |
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.
|