Class ModalEditor
Represents a host of a custom editor. It represents a button that opens a Window with that editor as a content.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class ModalEditor : CustomEditorBase, IThemable
Constructors
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
System.Windows.Input.ICommand
|
WindowLeftProperty
Identifies the WindowLeft dependency property.
Declaration
public static readonly DependencyProperty WindowLeftProperty
Field Value
System.Windows.DependencyProperty
|
WindowStartupLocationProperty
Identifies the WindowStartupLocation dependency property.
Declaration
public static readonly DependencyProperty WindowStartupLocationProperty
Field Value
System.Windows.DependencyProperty
|
WindowTopProperty
Identifies the WindowTop dependency property.
Declaration
public static readonly DependencyProperty WindowTopProperty
Field Value
System.Windows.DependencyProperty
|
Properties
WindowLeft
Gets or sets the position of the window's left edge, in relation to the desktop.
Declaration
public double WindowLeft { get; set; }
Property Value
System.Double
|
WindowStartupLocation
Gets or sets the position of the window when first shown.
Declaration
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
System.Windows.WindowStartupLocation
|
WindowTop
Gets or sets the position of the window's top edge, in relation to the desktop.
Declaration
public double WindowTop { get; set; }
Property Value
System.Double
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |