| Name | Description |
 | Bounds | Gets or sets cell bounding rectangle. |
 | CanOverfloat | Gets or sets the value that indicates whether the cell text content can overfloat sibling cells. |
 | Column | Gets or sets a reference to GridColumn object where the cell is located. |
 | ColumnIndex | Gets or sets the value that indicates related column data index. |
 | ContentRect | Gets the value indicating bounding rectangle of cell content. |
 | DataItem | Gets or sets the cell's data. |
 | DontDrawLeftBorder | Internal property used for overfloating algorithms. |
 | DontDrawRightBorder | Internal property used for overfloating algorithms. |
 | EditControl | Gets a reference to edit control, which is used to edit cell content. |
 | EditRect | Gets the bounding rectangle of edit control. |
 | ExtraHeight | Gets or sets the value indicating the extra height that should be extracted from cell bounds when calculating ContentRect. |
 | FullBounds | Gets or sets the value indicating the full bounding rectangle of cell, including surrounding grid lines. |
 | Highlighted | Gets or sets the value, which indicates whether the cell is highlighted, or not. |
 | IsColumnCell | Gets the value that indicates the RowIndex is -1 and ColumnIndex is not -1. |
 | IsEditableText | Gets the value that indicates whether the cell's content can be edited. |
 | IsLeftMostColumn | Gets or sets the flag that indicates whether the cell is located in leftmost column currently displayed in the Grid area. |
 | IsMarginCell | Gets the value that indicates whether the cell is a "margin" cell, e.g. located in the selection area. |
 | Merged | Gets or sets the value that indicates whether the cell is merged. |
 | Pressed | Gets or sets the value that indicates whether the cell is pressed. |
 | ReadOnly | Gets the value that indicates whether the cell is read only. |
 | RedrawContentOnStateChange | Gets the flag which is internally set by various cells to optimize redraw operations of grid. |
 | Row | Gets or set a reference to row where the cell is located. |
 | RowIndex | Gets or sets the value specifying the related row index. |
 | Selected | Gets or sets the value indicating whether the cell is selected or not. |
 | ShowTooltips | Gets or sets a value that indicates whether to show tooltips when the displayed data is truncated. |
 | ShowTooltipsAlways | Gets or sets a value that indicates whether to show tooltips always, even the displayed data is not truncated. |
 | State | Gets or sets current cell state. |
 | Style | Gets or sets cell's visual style. |
 | Tag | |
 | TextSize | Gets the size of cell's text. |