Skip to main content

GridDataColumnGroupRowTemplateContext.DisplayText Property

Returns text displayed in the group row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string DisplayText { get; }

Property Value

Type Description
String

The group row 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 DisplayText property with the HighlightedDisplayText property to get the highlighted display text in a template.

See Also