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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn for which the condition selector menu should be invoked. |
See Also