Skip to main content

CustomizeCellDisplayTextEventArgs.DisplayText Property

Specifies the display text for the cell currently being processed.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A string value that specifies the cell’s display text.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

Initially, when handling the GridControl.CustomizeCellDisplayText event, the DisplayText property contains the text currently displayed within the processed cell. To replace the default text with the custom text, assign it to the DisplayText property.

See Also