Back to Devexpress

GridCustomizeGroupValueDisplayTextEventArgs.DisplayText Property

blazor-devexpress-dot-blazor-dot-gridcustomizegroupvaluedisplaytexteventargs-3479d497.md

latest1.3 KB
Original Source

GridCustomizeGroupValueDisplayTextEventArgs.DisplayText Property

Specifies the group value’s display text.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string DisplayText { get; set; }

Property Value

TypeDescription
String

The display text.

|

Remarks

Use the {0} placeholder to add the group value to the display text.

Refer to the GridCustomizeGroupValueDisplayTextEventArgs class description for additional information and an example.

See Also

GridCustomizeGroupValueDisplayTextEventArgs Class

GridCustomizeGroupValueDisplayTextEventArgs Members

DevExpress.Blazor Namespace