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