TreeListIndentStyle Class
In This Article
Provides the style settings used to paint node indents.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListIndentStyle :
TreeListIndentStyleBase
#Related API Members
The following members return TreeListIndentStyle objects:
#Remarks
These settings can be accessed using the TreeListStyles.Indent and TreeListStyles.IndentWithButton properties.
#Inheritance
See Also