GridBandCollection.OwnerBand Property
Gets a band owning the current band collection.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v22.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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