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

GridCustomizeCellDisplayTextEventArgs.DisplayText Property

Specifies a cell value’s display text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

The display text.

Remarks

Refer to the GridCustomizeCellDisplayTextEventArgs class description for more information and an example.

See Also