Skip to main content
A newer version of this page is available. .
All docs
V20.2

BandedGridOptionsBehavior.AlignGroupSummaryInGroupRow Property

This property is not supported for Banded Grid Views.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public override DefaultBoolean AlignGroupSummaryInGroupRow { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to AlignGroupSummaryInGroupRow
AdvBandedGridView
.OptionsBehavior .AlignGroupSummaryInGroupRow
BandedGridView
.OptionsBehavior .AlignGroupSummaryInGroupRow
See Also