Skip to main content

TreeListFormatRuleCollection.TreeList Property

Gets the TreeList object that owns the current collection of formatting rules.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeList TreeList { get; }

Property Value

Type Description
TreeList

A TreeList object that owns the collection of formatting rules.

Remarks

This property value is initialized by the constructor.

See Also