Skip to main content

GridColumnReadOnlyCollection(ColumnView) Constructor

Creates a new GridColumnReadOnlyCollection object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public GridColumnReadOnlyCollection(
    ColumnView view
)

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