TreeListCustomSummaryEventArgs(TreeListNode, SummaryItemBase, CustomSummaryProcess, Object, Boolean) Constructor
In This Article
Initializes a new instance of the TreeListCustomSummaryEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public TreeListCustomSummaryEventArgs(
TreeListNode node,
SummaryItemBase summaryItem,
CustomSummaryProcess summaryProcess,
object fieldValue,
bool isTotalSummary
)
#Parameters
Name | Type |
---|---|
node | Tree |
summary |
Summary |
summary |
Custom |
field |
Object |
is |
Boolean |
#Remarks
Instances of the TreeListCustomSummaryEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also