Skip to main content

TreeListCustomSummaryEventArgs.SummaryItem Property

Gets a summary item whose value is being calculated.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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