CustomCellDisplayTextEventArgs Properties
Contains data for the CustomCellDisplayText event.Name | Description |
---|---|
Column | Gets the column that contains the cell. |
DisplayText | Gets or sets the text that is displayed in the cell. |
RowHandle | Gets the handle of the row that contains the cell. |
Value | Gets the cell value. |
See Also