Skip to main content

GridDataColumnGroupRowTemplateContext.GroupValueDisplayText Property

Returns the group row value’s display text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string GroupValueDisplayText { get; }

Property Value

Type Description
String

The group row value’s display text.

Remarks

Refer to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate descriptions for more information and examples.

If you use the search feature in the Grid component, replace the GroupValueDisplayText property with the HighlightedGroupValueDisplayText property to get the highlighted display text in a template.

See Also