CustomCellDisplayTextEventArgs.DisplayText Property
In This Article
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
C#
public string DisplayText { get; set; }
#Property Value
Type | Description |
---|---|
String | The text that is displayed in the cell. |
See Also