ClassDialogEditor
Class
An Editor that will try to open a dialog using a host request trough RequestDialog.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public abstract class DialogEditor : Editor
Inheritance: objectEditorDialogEditor
Derived Classes:
Inherited Members
Constructors
DialogEditor(ICommand)
Initializes a new instance of the DialogEditor class.
Declaration
cs-api-definition
protected DialogEditor(ICommand command)
Parameters
command
The command.
Methods
CanExecute(object, object)
Determines if the editing can occur.
Execute(object, object)
Handles editing execution. Changes properties of the .
OnDialogCanExecute(object)
Checks if the editor can handle the editing of the parameter.
OnDialogExecuted(object)
Define the DialogInfo properties that should be used to open an editing UI for the parameter.
Declaration
cs-api-definition
protected abstract DialogInfo OnDialogExecuted(object parameter)
Parameters
parameter
The object to edit.
Returns
The DialogInfo for which a dialog host will be requested.