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

TreeListTreeLineStyle Class

Provides the style settings used to paint tree line.

Namespace: DevExpress.Web.ASPxTreeList

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

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