Represents an aggregate result merge action.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public enum AggregateResultMergeAction
Fields
Represents the Add merge action.
C#
Add = 0
Represents the Remove merge action.
C#
Remove = 1