Skip to main content

DataGridView.CustomCellDisplayText Event

Occurs before a data cell’s text is displayed.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public event EventHandler<CustomCellDisplayTextEventArgs> CustomCellDisplayText

Event Data

The CustomCellDisplayText event's data class is CustomCellDisplayTextEventArgs. The following properties provide information specific to this event:

Property Description
Column Gets the column that contains the cell.
DisplayText Gets or sets the text that is displayed in the cell.
RowHandle Gets the handle of the row that contains the cell.
Value Gets the cell value.
See Also