Skip to main content
A newer version of this page is available. .

CustomColumnDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed in the processed cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

The text displayed in the processed cell.

See Also