FilterEditorControl.SetFilterColumnsCollection(FilterColumnCollection, IDXMenuManager) Method
In This Article
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.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public void SetFilterColumnsCollection(
FilterColumnCollection columns,
IDXMenuManager manager
)
#Parameters
Name | Type | Description |
---|---|---|
columns | DevExpress. |
A Filter |
manager | DevExpress. |
An object that implements the IDXMenu |
See Also