Skip to main content

CustomizeCellEventArgs.DisplayText Property

Gets or sets the text displayed in the cell.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public string DisplayText { get; }

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 GridControl and suggest that you use the new DataGridView control instead.

The cell’s edit value can be obtained via the CustomizeCellEventArgs.Value property.

See Also