TreeList.TreeLineStyle Property
Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. This property is obsolete, use TreeListOptionsView.TreeLineStyle instead.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public LineStyle TreeLineStyle { get; set; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
Available values:
Name | Description |
---|---|
None | Hides tree lines. |
Percent50 | Sets the Tree |
Dark | Sets the Tree |
Light | Sets the Tree |
Wide | Sets the Tree |
Large | Sets the Tree |
Solid | Sets the Tree |