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

GridBandCollection.OwnerBand Property

Gets a band owning the current band collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public GridBand OwnerBand { get; }

Property Value

Type Description
GridBand

A GridBand object whose GridBand.Children property is represented by this band collection.

Remarks

This property value is initialized in the constructor.

See Also