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

TreeListFormatRuleCollection(TreeList) Constructor

Initializes a new instance of the TreeListFormatRuleCollection class.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListFormatRuleCollection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

An object that will own the collection of formatting rules.

See Also