Skip to main content
A newer version of this page is available. .

GridBand.View Property

Gets the View to which the band belongs.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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