ClassModalEditor
Represents a host of a custom editor. It represents a button that opens a Window with that editor as a content.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class ModalEditor : CustomEditorBase
Inheritance: objectCustomEditorBaseModalEditor
Inherited Members
Constructors
ModalEditor()
Initializes a new instance of the ModalEditor class.
Declaration
public ModalEditor()
Fields
ShowEditorCommand
Gets a value that represents the command executed for displaying the Window with the custom editor as a content.
Declaration
public static readonly ICommand ShowEditorCommand
Field Value
WindowLeftProperty
Identifies the WindowLeft dependency property.
Declaration
public static readonly DependencyProperty WindowLeftProperty
Field Value
DependencyProperty
WindowStartupLocationProperty
Identifies the WindowStartupLocation dependency property.
Declaration
public static readonly DependencyProperty WindowStartupLocationProperty
Field Value
DependencyProperty
WindowTopProperty
Identifies the WindowTop dependency property.
Declaration
public static readonly DependencyProperty WindowTopProperty
Field Value
DependencyProperty
Properties
WindowLeft
Gets or sets the position of the window's left edge, in relation to the desktop.
WindowStartupLocation
Gets or sets the position of the window when first shown.
Declaration
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
WindowStartupLocation
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides