The Cell type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Appearance |
Gets a cell appearance.
|
![]() | Column |
Gets a Column.
|
![]() | DataField |
Gets a IDataField.
|
![]() | Editable |
Gets a value indicating whether this Cell is editable.
|
![]() | Editor |
Gets cell editor.
|
![]() | Focused |
Gets or sets a value indicating whether this Cell is focused.
|
![]() | Format |
Gets or sets cell format.
|
![]() | HighlightColor |
Gets the current highlighting background color that is evaluated with time.
|
![]() | HighlightForeColor |
Gets the current highlighting foreground color that is evaluated with time.
|
![]() | Image |
Gets or sets cell image.
|
![]() | NextEditableCell |
Gets next editablce cell in the following order: from left to right, from top to bottom.
|
![]() | OptimalHeight |
Gets an optimal height of Cell required to display the content without the loss of information.
|
![]() | OptimalWidth |
Gets an optimal width of Cell required to display the content without the loss of information.
|
![]() | PrevEditableCell |
Gets previous editablce cell in the following order: from right to left, from bottom to top.
|
![]() | RemainingHighlightTime |
Gets remaining highlight time.
|
![]() | Row |
Gets a Row.
|
![]() | Text |
Gets or sets a formatted text.
|
![]() | TooltipMessage |
Gets or sets tooltip message to display it when the cursor is over this cell.
|
![]() | Value |
Gets or sets value of a data object, held by Row.
|
![]() | VirtualBounds |
Gets virtual bounds of cell.
|
![]() | VisibleBounds |
Gets visible bounds of Cell.
|