CustomColumnDisplayTextEventArgs Properties
Contains data for the CustomColumnDisplayText event.
Name | Description |
---|---|
Column | Gets the grid column. |
Display |
Gets or sets the text displayed in the processed cell. |
List |
Gets the row’s index in a data source. |
Row | Gets the processed row. |
Row |
Gets the processed row’s handle. |
Source |
Gets the Grid |
Value | Gets the processed cell’s value. |
See Also