Skip to main content

TreeListFormatRule.TreeList Property

Gets the TreeList object that owns the current formatting rule.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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