Click or drag to resize
GridCheckBoxColumn Class
Displays a CheckBox control for each item in the column. This allows you to edit for example Boolean field(s) from data table(s).
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridEditableColumn
      Kettic.AspNet.ControlsGridCheckBoxColumn

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 GridCheckBoxColumn : GridEditableColumn

The GridCheckBoxColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridCheckBoxColumn
Top
Methods
Properties
  NameDescription
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 column.

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