Back to Devexpress

GridBandCollection.OwnerBand Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcollection-7f4ada55.md

latest1.6 KB
Original Source

GridBandCollection.OwnerBand Property

Gets a band owning the current band collection.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public GridBand OwnerBand { get; }
vb
<Browsable(False)>
Public ReadOnly Property OwnerBand As GridBand

Property Value

TypeDescription
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

GridBandCollection Class

GridBandCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace