TreeListStyles.TreeLineFirstRtl Property
In This Article
Gets the style settings defining the appearance of the tree line that connects the first node with the next node, when the right-to-left layout is applied.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListTreeLineStyle TreeLineFirstRtl { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
For more information, see Appearance Customization and Right to Left Support.
See Also