Click or drag to resize
GridCheckBoxColumn Properties

The GridCheckBoxColumn type exposes the following members.

Properties
  Name Description
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 column.

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.)
Top
See Also