Back to Devexpress

TreeListOptionsView.ShowHorzLines Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-a60db6dd.md

latest2.0 KB
Original Source

TreeListOptionsView.ShowHorzLines Property

Gets or sets whether horizontal lines are displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DXCategory("Lines")]
[XtraSerializableProperty]
public virtual bool ShowHorzLines { get; set; }
vb
<DXCategory("Lines")>
<XtraSerializableProperty>
Public Overridable Property ShowHorzLines As Boolean

Property Value

TypeDescription
Boolean

true to display horizontal lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHorzLines
TreeList

.OptionsView .ShowHorzLines

|

See Also

ShowVertLines

ShowFirstLines

ShowHierarchyIndentationLines

RowImagesShowMode

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace