ModalEditor
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
Initializes a new instance of the ModalEditor class.
public ModalEditor()
Fields
Gets a value that represents the command executed for displaying the Window with the custom editor as a content.
public static readonly ICommand ShowEditorCommand
WindowLeftProperty
DependencyProperty
Identifies the WindowLeft dependency property.
public static readonly DependencyProperty WindowLeftProperty
WindowStartupLocationProperty
DependencyProperty
Identifies the WindowStartupLocation dependency property.
public static readonly DependencyProperty WindowStartupLocationProperty
WindowTopProperty
DependencyProperty
Identifies the WindowTop dependency property.
public static readonly DependencyProperty WindowTopProperty
Properties
Gets or sets the position of the window's left edge, in relation to the desktop.
public double WindowLeft { get; set; }
WindowStartupLocation
WindowStartupLocation
Gets or sets the position of the window when first shown.
public WindowStartupLocation WindowStartupLocation { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: