Class
Editor

A custom form of a used to define the editors for the various options in the RadPivotFieldList.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public abstract class Editor

Inheritance: objectEditor

Derived Classes: ClearFilterEditorClearTotalFormatEditorDialogEditorReloadDataEditorRemoveEditorSetAggregateEditorSetTotalFormatEditorSortEditor

Constructors

Editor(ICommand)

Initializes a new instance of the Editor class.

Declaration

cs-api-definition
protected Editor(ICommand command)

Parameters

command

ICommand

Command triggering the editing.

Properties

Command

Gets the ICommand triggering the editing.

Declaration

cs-api-definition
public ICommand Command { get; }

Property Value

ICommand

Methods

CanExecute(object, object)

Determines if the editing can occur.

Declaration

cs-api-definition
protected virtual bool CanExecute(object sender, object parameter)

Parameters

sender

object

The sender.

parameter

object

The parameter.

Returns

bool

Execute(object, object)

Handles editing execution. Changes properties of the .

Declaration

cs-api-definition
protected abstract void Execute(object sender, object parameter)

Parameters

sender

object

The sender.

parameter

object

The parameter.