Back to Devexpress

LineStyle Enum

windowsforms-devexpress-dot-xtratreelist-c42b242e.md

latest2.3 KB
Original Source

LineStyle Enum

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

Declaration

csharp
public enum LineStyle
vb
Public Enum LineStyle

Members

NameDescription
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

TreeLineStyle

DevExpress.XtraTreeList Namespace