GroupInfo.GroupValueText Property
Returns the text string used to display the group value.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public string GroupValueText { get; }
Property Value
Type | Description |
---|---|
String | A string that displays the group value. |
See Also