CustomizeCellDisplayTextEventArgs.DisplayText Property
Gets or sets the cell display text.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
String | The cell’s display text. |
Remarks
Initially, when you handle the CustomizeCellDisplayText event, the DisplayText property contains the text currently displayed in the processed cell. To replace this text with a custom string, assign it to the DisplayText property.
See Also