Skip to main content

GridGroupSummaryData.Text Property

Gets the summary text displayed within the group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.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