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