FilterControl.AppearanceTreeLine Property
In This Article
Gets the appearance settings used to paint tree lines.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceTreeLine { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
See Also