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

TreeListIndentStyle Class

Provides the style settings used to paint node indents.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListIndentStyle :
    TreeListIndentStyleBase

The following members return TreeListIndentStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.Indent and TreeListStyles.IndentWithButton properties.

See Also