Skip to main content

TreeList.ShowFilterPopup(TreeListColumn) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

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