CustomizeCellDisplayTextEventArgs Class
Provides data for the GridControl.CustomizeCellDisplayText event.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The GridControl.CustomizeCellDisplayText event is raised for each cell displayed within a grid. It allows you to display custom text within any cell. The CustomizeCellDisplayTextEventArgs
class provides the CustomizeCellDisplayTextEventArgs.Index property that identifies the processed cell. The cell’s display text can be specified using the CustomizeCellDisplayTextEventArgs.DisplayText property.
See Also