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

GridControl.GroupSummaryDisplayMode Property

Gets or sets the position of group summaries within a group row. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

[XtraSerializableProperty]
public GroupSummaryDisplayMode GroupSummaryDisplayMode { get; set; }

Property Value

Type Description
GroupSummaryDisplayMode

A GroupSummaryDisplayMode enumeration value that specifies the position of group summaries within a group row.

Available values:

Name Description
Default

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

AlignByColumns

Group summaries are displayed under the corresponding columns.

Remarks

By default, group summaries are displayed to a group row’s right. To display group summaries under the corresponding columns, set the GroupSummaryDisplayMode property to GroupSummaryDisplayMode.AlignByColumns.

GroupSummaryDisplayMode_Align

See Also