A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public ReadOnly Property View As BandedGridView
Property Value
Type | Description |
---|---|
BandedGridView | A BandedGridView object representing a View to which a column belongs. |
See Also
Feedback