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

FilterEditorControl.SetFilterColumnsCollection(FilterColumnCollection) Method

Clears the FilterEditorControl‘s column collection and re-populates it manually with specific columns.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

public void SetFilterColumnsCollection(
    FilterColumnCollection columns
)

Parameters

Name Type Description
columns DevExpress.XtraEditors.Filtering.FilterColumnCollection

A FilterColumnCollection object that stores a new column set for this FilterEditorControl.

See Also