Back to Devexpress

TreeListView.ShowVerticalLines Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-b8680bb6.md

latest1.3 KB
Original Source

TreeListView.ShowVerticalLines Property

Gets or sets whether vertical lines are displayed. 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 bool ShowVerticalLines { get; set; }
vb
Public Property ShowVerticalLines As Boolean

Property Value

TypeDescription
Boolean

true to display vertical lines; otherwise, false. The default is true.

|

Remarks

To hide or show horizontal lines, use the TreeListView.ShowHorizontalLines property.

See Also

ShowHorizontalLines

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace