Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeList.ShowFilterPopup(TreeListColumn) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.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