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

GridGroupSummaryData.Text Property

Gets the summary text displayed within the group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string Text { get; }

Property Value

Type Description
String

A String value that represents the summary text displayed within the group row.

See Also