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
|