MobileForms Toolkit Documentation

CheckBoxCell Properties

The properties of the CheckBoxCell class are listed below. For a complete list of CheckBoxCell class members, see the CheckBoxCell Members topic.

Public Instance Properties

Alternating (inherited from Cell) Get the boolean value indicating, whether cell is in alternating row.
Border (inherited from Cell) Gets or sets the value indicating the cell will draw inner border.
BorderColor (inherited from Cell) Gets or sets the color for the inner border of the cell.
BorderWidth (inherited from Cell) Gets or sets the width for the inner border of the cell.
Data (inherited from Cell) Gets or sets the data displayed by the cell.
Header (inherited from Cell) Get the boolean value indicating, whether cell is in header row or column.
Height (inherited from Cell) Gets the height of the cell.
Checked Gets a value indicating if this CheckBox is checked.
Image (inherited from CustomCell) Gets or sets the Image for the cell to display.
IsInEditMode (inherited from Cell) Returns true, if this cell is currently being edited; false otherwise.
Selected (inherited from Cell) Get or set the boolean value indicating, whether cell is selected.
Style (inherited from CustomCell) Gets or sets the Style used to display the cell.
Text (inherited from CustomCell) Gets or sets the text displayed by the cell.
Width (inherited from Cell) Gets the width of the cell.
X (inherited from Cell) Get the X coordinate of the upper left corner of the cell.
Y (inherited from Cell) Get the Y coordinate of the upper left corner of the cell.

See Also

CheckBoxCell Class | Resco.Controls.SmartGrid Namespace