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

ASPxGroupSummarySortInfo.GroupColumn Property

Gets or sets the grouped column which defines the nesting level of the group whose rows will be sorted by the summary values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string GroupColumn { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the grouped column by its field name.

Remarks

Each ASPxGroupSummarySortInfo object contains settings used to calculate summary values for groups of rows. The GroupColumn property defines the nesting level of the group whose rows are sorted.

See Also