Skip to main content
A newer version of this page is available. .

CustomGroupDisplayTextEventArgs.DisplayText Property

Gets or sets the display text for the group row that is currently being processed.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

The text displayed for the group row.

Remarks

For more information, refer to the following help topic: CustomGroupDisplayText.

See Also