Skip to main content
A newer version of this page is available. .

LineStyle Enum

Specifies the tree line style for the current TreeList control.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public enum LineStyle

Members

Name Description
None

Hides tree lines.

LineStyle.None

Percent50

Sets the TreeList control tree line style to Percent50.

LineStyle.percent50

Dark

Sets the TreeList control tree line style to Dark.

LineStyle.Dark

Light

Sets the TreeList control tree line style to Light.

LineStyle.Light

Wide

Sets the TreeList control tree line style to Wide.

LineStyle.Wide

Large

Sets the TreeList control tree line style to Large.

LineStyle.Large

Solid

Sets the TreeList control tree line style to Solid.

LineStyle.Solid

Related API Members

The following properties accept/return LineStyle values:

See Also