TreeListCustomSummaryEventArgs(TreeListNode, TreeListSummaryItem, CustomSummaryProcess) Constructor
Initializes a new instance of the TreeListCustomSummaryEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
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