Skip to main content
A newer version of this page is available. .

DataGridView.CustomCellDisplayText Event

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
Column
DisplayText
RowHandle
Value
See Also