Back to Devexpress

DataGridView.CustomCellDisplayText Event

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-ef10e8e2.md

latest1.4 KB
Original Source

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

csharp
public event EventHandler<CustomCellDisplayTextEventArgs> CustomCellDisplayText

Event Data

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

PropertyDescription
ColumnGets the column that contains the cell.
DisplayTextGets or sets the text that is displayed in the cell.
RowHandleGets the handle of the row that contains the cell.
ValueGets the cell value.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace