CustomizeCellDisplayTextEventArgs Properties
Provides data for the GridControl.CustomizeCellDisplayText event.Name | Description |
---|---|
DisplayText | Specifies the display text for the cell currently being processed. |
Index | Gets the processed cell’s index. |
Source | Gets the grid control that raised the event. |
Value | Gets the processed cell’s value. |
See Also