TreeListStyles.Indent Property
In This Article
Gets the style settings used to paint indents.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListIndentStyle Indent { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
Use the TreeListStyles.IndentWithButton property to access style settings used to paint indents that contain expand buttons.
See Also