Class
SetAggregateEditor

A class that handles the editing for a Value object. Used to set an aggregate by aggregate function name.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public abstract class SetAggregateEditor : Editor

Inheritance: objectEditorSetAggregateEditor

Derived Classes: SetAverageAggregateEditorSetCountAggregateEditorSetSumAggregateEditor

Inherited Members Editor.Command

Constructors

SetAggregateEditor(ICommand, string)

Initializes a new instance of the SetAggregateEditor class.

Declaration

cs-api-definition
protected SetAggregateEditor(ICommand command, string aggregateFunctionName)

Parameters

command

ICommand

The command.

aggregateFunctionName

string

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

cs-api-definition
public string AggregateFunctionName { get; }

Property Value

string

Methods

CanExecute(object, object)

Determines if the editing can occur.

Declaration

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

Parameters

sender

object

The sender.

parameter

object

The parameter.

Returns

bool

Overrides Editor.CanExecute(object, object)

Execute(object, object)

Handles editing execution. Changes properties of the .

Declaration

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

Parameters

sender

object

The sender.

parameter

object

The parameter.

Overrides Editor.Execute(object, object)