GridCustomizeGroupValueDisplayTextEventArgs.DisplayText Property
Specifies the group value’s display text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
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 more information and an example.
See Also