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

TreeListStyles.TreeLineFirst Property

Gets the style settings used to paint the tree line that connects the first node with the next node.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListTreeLineStyle TreeLineFirst { 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