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

TreeListSummaryItem.Recursive Property

Gets or sets whether a recursive summary value calculation is enabled.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue(true)]
public bool Recursive { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable the recursive summary value calculation; otherwise, false.

See Also