Skip to main content

TreeListCustomSummaryEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ASPxTreeList.CustomSummaryCalculate event.
Name Description
Node Gets the node currently being processed. Inherited from TreeListNodeEventArgs.
SummaryItem Gets a summary item whose value is being calculated.
SummaryProcess Gets the current calculation stage.
Value Gets or sets the summary value.
See Also