TableView.GroupSummaryDisplayMode Property
In This Article
Gets or sets the position of group summaries within a group row. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[XtraSerializableProperty]
public GroupSummaryDisplayMode GroupSummaryDisplayMode { get; set; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
#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.
#Implements
DevExpress.Xpf.Grid.IGroupSummaryDisplayMode.GroupSummaryDisplayMode
See Also