Skip to main content

TreeList.ShowAutoFilterConditionsMenu(TreeListColumn) Method

Invokes the condition selector’s menu for the specific column in the automatic filtering row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public virtual void ShowAutoFilterConditionsMenu(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn for which the condition selector menu should be invoked.

See Also