Back to Devexpress

TreeViewControl.TreeLineStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-68369181.md

latest1.3 KB
Original Source

TreeViewControl.TreeLineStyle Property

Gets or sets whether to display tree lines that connect nodes. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListLineStyle TreeLineStyle { get; set; }
vb
Public Property TreeLineStyle As TreeListLineStyle

Property Value

TypeDefaultDescription
TreeListLineStyleNone

Solid to display tree lines; otherwise, None.

|

Available values:

NameDescription
None

Tree lines are hidden.

| | Solid |

Tree lines are displayed as solid lines.

|

Remarks

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace