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

BandedGridColumn.View Property

Gets the View to which a specific column belongs.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public BandedGridView View { get; }

Property Value

Type Description
BandedGridView

A BandedGridView object representing a View to which a column belongs.

See Also