Class SetTotalFormatEditor
A class that handles the editing for a Value object.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class SetTotalFormatEditor : Editor
Constructors
SetTotalFormatEditor(ICommand)
Initializes a new instance of the SetTotalFormatEditor class.
Declaration
protected SetTotalFormatEditor(ICommand command)
Parameters
System.Windows.Input.ICommand
command
The command. |
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
CreateTotalFormat()
Creates a new TotalFormat to be applied to the Value's AggregateDescriptionBase.
Declaration
protected abstract TotalFormat CreateTotalFormat()
Returns
TotalFormat
|
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. |