Skip to main content

GroupSummaryDisplayMode Enum

Lists values that specify the position of group summaries within a group row.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public enum GroupSummaryDisplayMode

#Members

Name Description
Default

Group summaries are aligned to the group row’s right.

AlignByColumns

Group summaries are displayed under the corresponding columns.

#Related API Members

The following properties accept/return GroupSummaryDisplayMode values:

#Remarks

The values listed by this enumeration are used to set the GridControl.GroupSummaryDisplayMode property.

Value Illustration
AlignByColumns GroupSummaryDisplayMode_Align
Default GroupSummaryDisplayMode_Default
See Also