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

StyleFormatConditionCollection(TreeList) Constructor

Initializes a new instance of the StyleFormatConditionCollection class.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public StyleFormatConditionCollection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

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

See Also