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

GroupSummaryDisplayMode Enum

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public enum GroupSummaryDisplayMode

Members

Name Description
Default

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

dxgrid-groupsummaryalign-default

AlignByColumns

Group summaries are displayed under the corresponding columns.

dxgrid-groupsummaryalign-column

Related API Members

The following properties accept/return GroupSummaryDisplayMode values:

Remarks

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

See Also