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

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.v18.2.dll

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