Class
SummarizationEditor

A class that handles the editing for a Value object raised by MoreSummarizationOptions command.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public sealed class SummarizationEditor : DialogEditor

Inheritance: objectEditorDialogEditorSummarizationEditor

Inherited Members Editor.Command

Constructors

SummarizationEditor()

Initializes a new instance of the SummarizationEditor class.

Declaration

cs-api-definition
public SummarizationEditor()

Methods

OnDialogCanExecute(object)

Checks if the editor can handle the editing of the parameter.

Declaration

cs-api-definition
protected override bool OnDialogCanExecute(object parameter)

Parameters

parameter

object

The parameter.

Returns

bool

True if the parameter could be edited, false - otherwise.

Overrides DialogEditor.OnDialogCanExecute(object)

OnDialogExecuted(object)

Define the DialogInfo properties that should be used to open an editing UI for the parameter.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Justification = "ViewModel has lifespan outside this scope.")]
protected override DialogInfo OnDialogExecuted(object parameter)

Parameters

parameter

object

The object to edit.

Returns

DialogInfo

The DialogInfo for which a dialog host will be requested.

Overrides DialogEditor.OnDialogExecuted(object)