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

TreeListFormatRule.TreeList Property

Gets the TreeList object that owns the current formatting rule.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[Browsable(false)]
public virtual TreeList TreeList { get; }

Property Value

Type Description
TreeList

A TreeList object that owns the current formatting rule.

See Also