The properties of the Cell class are listed below. For a complete list of Cell class members, see the Cell Members topic.
Alternating | Get the boolean value indicating, whether cell is in alternating row. |
Border | Gets or sets the value indicating the cell will draw inner border. |
BorderColor | Gets or sets the color for the inner border of the cell. |
BorderWidth | Gets or sets the width for the inner border of the cell. |
Data | Gets or sets the data displayed by the cell. |
Header | Get the boolean value indicating, whether cell is in header row or column. |
Height | Gets the height of the cell. |
Image | Gets or sets the Image for the cell to display. |
IsInEditMode | Returns true, if this cell is currently being edited; false otherwise. |
Selected | 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 | Gets the width of the cell. |
X | Get the X coordinate of the upper left corner of the cell. |
Y | Get the Y coordinate of the upper left corner of the cell. |
Cell Class | Resco.Controls.SmartGrid Namespace