Back to Devexpress

TreeList.TreeLineStyle Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-7b332f6f.md

latest3.0 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public LineStyle TreeLineStyle { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TreeLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle enumerator value specifying the style for displaying tree lines.

|

Available values:

NameDescription
None

Hides tree lines.

| | Percent50 |

Sets the TreeList control tree line style to Percent50.

| | Dark |

Sets the TreeList control tree line style to Dark.

| | Light |

Sets the TreeList control tree line style to Light.

| | Wide |

Sets the TreeList control tree line style to Wide.

| | Large |

Sets the TreeList control tree line style to Large.

| | Solid |

Sets the TreeList control tree line style to Solid.

|

See Also

TreeLineStyle

ShowTreeLines

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace