Class SetAggregateEditor
A class that handles the editing for a Value object. Used to set an aggregate by aggregate function name.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class SetAggregateEditor : Editor
Constructors
SetAggregateEditor(ICommand, String)
Initializes a new instance of the SetAggregateEditor class.
Declaration
protected SetAggregateEditor(ICommand command, string aggregateFunctionName)
Parameters
System.Windows.Input.ICommand
command
The command. |
System.String
aggregateFunctionName
The name of the aggregate function to set. |
Properties
AggregateFunctionName
Gets the name of the aggregate function this Editor sets to the edited Value's aggregate description.
Declaration
public string AggregateFunctionName { get; }
Property Value
System.String
|
Methods
CanExecute(Object, Object)
Determines if the editing can occur.
Declaration
protected override sealed bool CanExecute(object sender, object parameter)
Parameters
System.Object
sender
The sender. |
System.Object
parameter
The parameter. |
Returns
System.Boolean
|
Overrides
Execute(Object, Object)
Handles editing execution. Changes properties of the Parameter.
Declaration
protected override sealed void Execute(object sender, object parameter)
Parameters
System.Object
sender
The sender. |
System.Object
parameter
The parameter. |