Skip to main content

TreeListStyles.TreeLineLastRtl Property

Gets the style settings defining the appearance of the tree line that connects the last node in a branch, when the right-to-left layout is applied.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListTreeLineStyle TreeLineLastRtl { get; }

Property Value

Type Description
TreeListTreeLineStyle

A TreeListTreeLineStyle object that contains style settings.

Remarks

veTreeLines

For more information, see Appearance Customization and Right to Left Support.

See Also