Skip to main content
All docs
V23.2

BandedGridOptionsBehavior.AlignGroupSummaryInGroupRow Property

This property is not supported for Banded Grid Views.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

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