Back to Devexpress

TreeListOptionsView.ShowVertLines Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-6e098da8.md

latest2.0 KB
Original Source

TreeListOptionsView.ShowVertLines Property

Gets or sets whether vertical 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 ShowVertLines { get; set; }
vb
<DXCategory("Lines")>
<XtraSerializableProperty>
Public Overridable Property ShowVertLines As Boolean

Property Value

TypeDescription
Boolean

true to display vertical lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowVertLines
TreeList

.OptionsView .ShowVertLines

|

See Also

ShowHorzLines

ShowFirstLines

ShowHierarchyIndentationLines

RowImagesShowMode

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace