MobileForms Toolkit Documentation

CustomCell Properties

The properties of the CustomCell class are listed below. For a complete list of CustomCell class members, see the CustomCell 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.
Image 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 Gets or sets the Style used to display the cell.
Text 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

CustomCell Class | Resco.Controls.SmartGrid Namespace