GridColumnReadOnlyCollection.View Property
In This Article
Gets the View that owns the current column collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public virtual ColumnView View { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#Remarks
The View property returns the View whose ColumnView.VisibleColumns, ColumnView.SortedColumns or ColumnView.GroupedColumns property is represented by the current collection object. This property value is initialized by the constructor.
See Also