LineStyle Enum
Specifies the tree line style for the current TreeList control.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Members
Name | Description |
---|---|
None
|
Hides tree lines. |
Percent50
|
Sets the TreeList control tree line style to Percent50. |
Dark
|
Sets the TreeList control tree line style to Dark. |
Light
|
Sets the TreeList control tree line style to Light. |
Wide
|
Sets the TreeList control tree line style to Wide. |
Large
|
Sets the TreeList control tree line style to Large. |
Solid
|
Sets the TreeList control tree line style to Solid. |
Related API Members
The following properties accept/return LineStyle values:
See Also