Skip to main content

GridBand.View Property

Gets the View to which the band belongs.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public virtual BandedGridView View { get; }

Property Value

Type Description
BandedGridView

A BandedGridView object (or descendant) representing the View to which the band belongs.

See Also