Click or drag to resize
GridBoundColumn Properties

The GridBoundColumn type exposes the following members.

Properties
  Name Description
Public property Aggregate

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

Public property AllowFiltering
Gets or sets whether the column data can be filtered.
Public property AllowSorting
Gets or sets a whether the column data can be sorted.
Public property DataField

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

Public property DataFormatString
Gets or sets the string that specifies the display format for items in the column.
Public property EmptyDataText
Sets or gets default text when column is empty. Default value is " "
Public property FooterAggregateFormatString
Public property HtmlEncode
Sets or gets whether cell content must be encoded. Default value is false.
Public property 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.)
Public property 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.
Top
See Also