GroupSummaryDisplayMode Enum
In This Article
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
#Members
Name | Description |
---|---|
Default
|
Group summaries are aligned to the group row’s right. |
Align
|
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 |
---|---|
Align |
![]() |
Default | ![]() |
See Also