Skip to main content

TreeListFormatRuleCollection(TreeList) Constructor

Initializes a new instance of the TreeListFormatRuleCollection class.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListFormatRuleCollection(
    TreeList treeList
)

Parameters

Name Type Description
treeList TreeList

An object that will own the collection of formatting rules.

See Also