The C1CheckBoxField type exposes the following members.

Methods

  Name Description
Public method AssignPropertiesState
Infrastructure. Assigns the state of the properties.
(Inherited from ContentElement.)
Public method ContentChanged
(Inherited from ContentElement.)
Public method InitializeContent
Infrastructure. Performs content initialization.
(Inherited from C1BoundField.)
Public method SetOwner
Changes object's owner.
(Inherited from ContentElement.)

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the header cell.
(Inherited from C1BaseField.)
Public property AllowGroup
Used to prevent client-side grouping of a column in a grouped grid.
(Inherited from C1Field.)
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized.
(Inherited from C1BaseField.)
Public property DataField
Gets the name of the field in the database table to which a grid column is bound.
(Inherited from C1BoundField.)
Public property FilterOperator
Gets or sets filter operator used for filtering.
(Inherited from C1BoundField.)
Public property FilterValue
Gets or sets a value of the currently applied filter.
(Inherited from C1BoundField.)
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
(Inherited from C1BaseField.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property GroupInfo
Gets a GroupInfo object that determines whether a column is grouped and how the group header and footer rows are displayed.
(Inherited from C1Field.)
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property Owner
A IOwnerable object that owns this object.
(Inherited from ContentElement.)
Public property PropertiesState
Gets the state of the properties.
(Inherited from ContentElement.)
Public property ReadOnly
Determines whether the items in the bound column can be edited.
(Inherited from C1BoundField.)
Public property Visible
Gets or sets a value indicating whether the column is visible or not.
(Inherited from C1BaseField.)
Public property Width
Gets or sets width of the column.
(Inherited from C1BaseField.)

See Also