CustomColumnDisplayTextEventArgs Properties
Provides data for the GridControl.CustomColumnDisplayText event.| Name | Description |
|---|---|
| Column | Gets the column which owns the processed cell. |
| DisplayText | Gets or sets the display text for the cell currently being processed. |
| ListSourceIndex | 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. |
| RowHandle | Gets the processed row’s handle. |
| ShowAsNullText | 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