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

TreeListCustomSummaryEventArgs(TreeListNode, TreeListSummaryItem, CustomSummaryProcess) Constructor

Initializes a new instance of the TreeListCustomSummaryEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCustomSummaryEventArgs(
    TreeListNode node,
    TreeListSummaryItem summaryItem,
    CustomSummaryProcess summaryProcess
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object that represents the processed node.

summaryItem TreeListSummaryItem

A TreeListSummaryItem object that represents the summary item whose value is being calculated. This value is assigned to the TreeListCustomSummaryEventArgs.SummaryItem property.

summaryProcess CustomSummaryProcess

A CustomSummaryProcess enumeration value that identifies the current calculation stage. This value is assigned to the TreeListCustomSummaryEventArgs.SummaryProcess property.

See Also