TreeListTreeLineStyle Class
In This Article
Provides the style settings used to paint tree line.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListTreeLineStyle :
TreeListIndentStyleBase
#Related API Members
The following members return TreeListTreeLineStyle objects:
#Remarks
These settings can be accessed using the TreeListStyles.TreeLineFirst, TreeListStyles.TreeLineLast, TreeListStyles.TreeLineMiddle and TreeListStyles.TreeLineRoot properties.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
TreeListIndentStyleBase
TreeListTreeLineStyle
See Also