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

TreeListStyles.IndentWithButton Property

Gets the style settings used to paint indents that contain expand buttons.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListIndentStyle IndentWithButton { get; }

Property Value

Type Description
TreeListIndentStyle

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

See Also