Back to Devexpress

GridBand.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-425893d0.md

latest1.4 KB
Original Source

GridBand.View Property

Gets the View to which the band belongs.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual BandedGridView View { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property View As BandedGridView

Property Value

TypeDescription
BandedGridView

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

|

See Also

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace