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.v18.2.dll

Declaration

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

Property Value

Type Description
TreeList

A TreeList object that owns the current formatting rule.

See Also