Skip to main content

GridBandColumnCollection.View Property

Gets the View that displays columns from this collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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