CustomCellDisplayTextEventArgs.DisplayText Property
Gets or sets the text that is displayed in the cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public string DisplayText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The text that is displayed in the cell. |
See Also