TreeListOptionsView.TreeLineStyle Property
Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Line |
Percent50 | A Line |
Available values:
Name | Description |
---|---|
None | Hides tree lines. |
Percent50 | Sets the Tree |
Dark | Sets the Tree |
Light | Sets the Tree |
Wide | Sets the Tree |
Large | Sets the Tree |
Solid | Sets the Tree |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Tree |
---|---|
Tree |
|
#Remarks
The TreeLineStyle
property specifies the style (solid, dash, etc.) of lines that indicate the node hierarchy in the row indent area. This property is in effect if the TreeListOptionsView.ShowTreeLines option is enabled and ShowHierarchyIndentationLines option is disabled.