Skip to main content
All docs
V18.2

FilterConditionCollection(TreeList) Constructor

Initializes a new instance of the FilterConditionCollection class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public FilterConditionCollection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

A TreeList control that will own the new collection. The value is assigned to the FilterConditionCollection.TreeListControl property.

See Also