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

TreeListStyles.TreeLineMiddleRtl Property

Gets the style settings defining the appearance of a middle tree line, when the right-to-left layout is applied.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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