Back to Devexpress

TreeListView.ShowHorizontalLines Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-1b88f1a7.md

latest1.2 KB
Original Source

TreeListView.ShowHorizontalLines Property

Gets or sets whether horizontal 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 ShowHorizontalLines { get; set; }
vb
Public Property ShowHorizontalLines As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

To hide or show vertical lines, use the TreeListView.ShowVerticalLines property.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace