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

TreeListCustomSummaryEventArgs.SummaryItem Property

Gets a summary item whose value is being calculated.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSummaryItem SummaryItem { get; }

Property Value

Type Description
TreeListSummaryItem

A TreeListSummaryItem object that represents the summary item whose value is being calculated.

See Also