Back to Devexpress

TreeListTreeLineStyle Class

aspnet-devexpress-dot-web-dot-aspxtreelist-f6e149c5.md

latest2.9 KB
Original Source

TreeListTreeLineStyle Class

Provides the style settings used to paint tree line.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListTreeLineStyle :
    TreeListIndentStyleBase
vb
Public Class TreeListTreeLineStyle
    Inherits TreeListIndentStyleBase

The following members return TreeListTreeLineStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TreeListIndentStyleBase TreeListTreeLineStyle

See Also

TreeListTreeLineStyle Members

Tree List

DevExpress.Web.ASPxTreeList Namespace