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 | Tree |
A Tree |
#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.