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

ViewFilterColumnCollection(ColumnView) Constructor

Initializes a new instance of the ViewFilterColumnCollection class with the columns from the specified View.

Namespace: DevExpress.XtraGrid.FilterEditor

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public ViewFilterColumnCollection(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView object whose columns are used to initialize Filter Columns in the current collection.

See Also