Skip to main content

TreeListTreeLineStyle Class

Provides the style settings used to paint tree line.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListTreeLineStyle :
    TreeListIndentStyleBase

Remarks

These settings can be accessed using the TreeListStyles.TreeLineFirst, TreeListStyles.TreeLineLast, TreeListStyles.TreeLineMiddle and TreeListStyles.TreeLineRoot properties.

See Also