Back to Devexpress

GridBandColumnCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcolumncollection-0bd62fca.md

latest1.6 KB
Original Source

GridBandColumnCollection.View Property

Gets the View that displays columns from this collection.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public BandedGridView View { get; }
vb
Public ReadOnly Property View As BandedGridView

Property Value

TypeDescription
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

GridBandColumnCollection Class

GridBandColumnCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace