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
Constructors
Initializes a new instance of the DoubleGroupStepEditor class.
C#
public DoubleGroupStepEditor()
Methods
Define the DialogInfo properties that should be used to open an editing UI for the parameter.
C#
protected override DialogInfo OnDialogExecuted(object parameter)
The object to edit.
Returns:The DialogInfo for which a dialog host will be requested.
Overrides: