Skip to main content

TreeListStyles.IndentWithButton Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListIndentStyle IndentWithButton { get; }

Property Value

Type Description
TreeListIndentStyle

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

See Also