GridColumnReadOnlyCollection(ColumnView) Constructor
Creates a new GridColumnReadOnlyCollection object.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | ColumnView | A ColumnView descendant representing the View that will own the new column collection. This value is assigned to the GridColumnReadOnlyCollection.View property. |
Remarks
Views call this constructor when initializing their ColumnView.VisibleColumns, ColumnView.GroupedColumns and ColumnView.SortedColumns properties.
See Also