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

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.v18.2.dll

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