Skip to main content

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.v25.1.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