CustomCellAppearanceEventArgs Properties
Provides data for the CustomCellAppearance event.| Name | Description |
|---|---|
| CellConditionalFormat | Gets the conditional format applied to the cell. |
| CellControl | Provides access to the object used to visualize the cell. |
| Column | Gets the cell’s column |
| IsCellSelected | Indicates whether the cell is selected. |
| IsRowSelected | Indicates whether the row is selected. |
| ResultFormat | Provides access to the appearance settings applied to the cell. |
| RowConditionalFormat | Gets the conditional format applied to the row. |
| RowHandle | Gets the handle of the cell’s row. |
See Also