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 Set
Declaration
protected SetTotalFormatEditor(ICommand command)
Parameters
System. The command. |
Methods
CanExecute(Object, Object)
Determines if the editing can occur.
Declaration
protected override sealed bool CanExecute(object sender, object parameter)
Parameters
System. The sender. |
System. The parameter. |
Returns
System.
|
Overrides
CreateTotalFormat()
Creates a new Total
Declaration
protected abstract TotalFormat CreateTotalFormat()
Returns
Execute(Object, Object)
Handles editing execution. Changes properties of the System.
Declaration
protected override sealed void Execute(object sender, object parameter)
Parameters
System. The sender. |
System. The parameter. |