Skip to main content
A newer version of this page is available. .

GridColumnReadOnlyCollection(ColumnView) Constructor

Creates a new GridColumnReadOnlyCollection object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

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