CustomColumnDisplayTextEventArgs Properties
Provides data for the GridControl.CustomColumnDisplayText event.
Name | Description |
---|---|
Column | Gets the column which owns the processed cell. |
Display |
Gets or sets the display text for the cell currently being processed. |
List |
Gets the index of a record in a data source that corresponds to the processed data row. |
Row | Gets the row which owns the processed cell. |
Row |
Gets the processed row’s handle. |
Show |
Specifies whether text corresponding to a null value appears faded. |
Source | Gets the grid control that raised the event. |
Value | Gets the processed cell’s value. |
See Also