Skip to main content

TreeListStyles.Indent Property

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
TreeListIndentStyle

A TreeListIndentStyle object that contains style settings used to paint node indents.

#Remarks

Use the TreeListStyles.IndentWithButton property to access style settings used to paint indents that contain expand buttons.

See Also