New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public sealed class DoubleGroupStepEditor : DialogEditor

Inheritance: objectEditorDialogEditorDoubleGroupStepEditor

Inherited Members Editor.Command

Constructors

Initializes a new instance of the DoubleGroupStepEditor class.

C#
public DoubleGroupStepEditor()

Methods

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

C#
protected override bool OnDialogCanExecute(object parameter)
Parameters:parameterobject

The parameter.

Returns:

bool

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

Overrides: DialogEditor.OnDialogCanExecute(object)

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

C#
protected override DialogInfo OnDialogExecuted(object parameter)
Parameters:parameterobject

The object to edit.

Returns:

DialogInfo

The DialogInfo for which a dialog host will be requested.

Overrides: DialogEditor.OnDialogExecuted(object)