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

GridBandColumnCollection.View Property

Gets the View that displays columns from this collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public BandedGridView View { get; }

Property Value

Type Description
BandedGridView

A BandedGridView object (or descendant) representing the View that displays columns from this collection. null (Nothing in Visual Basic) if collection doesn’t have the owning band or the owning band doesn’t have the owning View.

See Also