LayoutViewColumn.View Property
Gets the View which owns the current column.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
LayoutView | A LayoutView object which owns the current column. |
Remarks
To access a Layout View’s column collection, use the LayoutView.Columns property.
See Also