StyleFormatConditionCollection(TreeList) Constructor
Initializes a new instance of the StyleFormatConditionCollection class.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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