Skip to main content

FilterEditorControl.SetFilterColumnsCollection(FilterColumnCollection, IDXMenuManager) Method

Clears the FilterEditorControl‘s column collection and re-populates it manually with specific columns. The menu manager passed as the second parameter specifies the context menus’ look and feel settings.

Namespace: DevExpress.DataAccess.UI

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetFilterColumnsCollection(
    FilterColumnCollection columns,
    IDXMenuManager manager
)

Parameters

Name Type Description
columns DevExpress.XtraEditors.Filtering.FilterColumnCollection

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

manager DevExpress.Utils.Menu.IDXMenuManager

An object that implements the IDXMenuManager interface. This object specifies the look and feel settings of the FilterEditorControl‘s context menus.

See Also