Skip to main content

GroupInfo.HeaderText Property

Returns the text string that is displayed in the group header. This string consists of the caption and value text.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public string HeaderText { get; }

Property Value

Type Description
String

A string that specifies the entire text displayed in the header.

See Also