Skip to main content

GridBandCollection.OwnerBand Property

Gets a band owning the current band collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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