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

TreeList.ShowFilterPopup(TreeListColumn) Method

Shows the filter pop-up menu for the specified column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void ShowFilterPopup(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object specifying the column for which to show the filter pop-up menu.

Remarks

End-users can invoke the filter pop-up menu for a particular column by clicking the filter button in the column header. In code, you can invoke the filter pop-up menu by calling the ShowFilterPopup method. This method is not in effect if the TreeList does not currently have the input focus, or the TreeListOptionsCustomization.AllowFilter or TreeListOptionsColumnFilter.AllowFilter option is disabled.

See Also