TreeListCustomSummaryEventArgs Properties
Provides data for the TreeListView.CustomSummary event.
Name | Description |
---|---|
Field |
Gets the processed field value. |
Is |
Gets whether the processed row values are used to calculate a node summary. |
Is |
Gets whether the processed row values are used to calculate a total summary. |
Is |
Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped. |
Node | Gets the processed node. |
Summary |
Gets a summary item whose value is being calculated. |
Summary |
Gets a value indicating the calculation stage. |
Total |
Gets or sets the total summary value. |
See Also