CustomizeCellEventArgs.DisplayText Property
In This Article
Gets or sets the text displayed in the cell.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that is the cell’s current display text. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The cell’s edit value can be obtained via the CustomizeCellEventArgs.Value property.
See Also