windowsforms-devexpress-dot-xtratreelist-c42b242e.md
Specifies the tree line style for the current TreeList control.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public enum LineStyle
Public Enum LineStyle
| 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.
|
The following properties accept/return LineStyle values:
See Also