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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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