Skip to main content

TreeListStyles.TreeLineRoot Property

Gets the style settings used to paint tree lines that connect only root nodes.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListTreeLineStyle TreeLineRoot { get; }

Property Value

Type Description
TreeListTreeLineStyle

A TreeListTreeLineStyle object that contains style settings used to paint tree lines.

Remarks

veTreeLines

For more information, see Appearance Customization.

See Also