Class AggregateResultMergeAction
Represents an aggregate result merge action.
Inheritance
System.Object
AggregateResultMergeAction
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class AggregateResultMergeAction : Enum
Fields
Add
Represents the Add merge action.
Declaration
public const AggregateResultMergeAction Add
Field Value
AggregateResultMergeAction
|
Remove
Represents the Remove merge action.
Declaration
public const AggregateResultMergeAction Remove
Field Value
AggregateResultMergeAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|