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

TreeListStyles.TreeLineLast Property

Gets the style settings used to paint the tree line that connects the last node in a branch.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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