Back to Devexpress

CustomCellDisplayTextEventArgs Class

maui-devexpress-dot-maui-dot-datagrid-d841f8a3.md

latest1.5 KB
Original Source

CustomCellDisplayTextEventArgs Class

Contains data for the CustomCellDisplayText event.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class CustomCellDisplayTextEventArgs :
    EventArgs

CustomCellDisplayTextEventArgs is the data class for the following events:

Remarks

Use the CustomCellDisplayText event to display a custom text within any cell of the grid. To get the cell’s current display text or replace it with a custom string, use the DisplayText parameter.

Inheritance

System.Object EventArgs CustomCellDisplayTextEventArgs

Extension Methods

Yield<CustomCellDisplayTextEventArgs>()

YieldIfNotNull<CustomCellDisplayTextEventArgs>()

See Also

CustomCellDisplayTextEventArgs Members

DevExpress.Maui.DataGrid Namespace