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