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.v19.2.dll

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