Class
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.UI.Xaml.Controls.Data.PropertyGrid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ModalEditor : CustomEditorBase

Inheritance: objectCustomEditorBaseModalEditor

Inherited Members CustomEditorBase.SourcePropertyPropertyCustomEditorBase.EditorPropertyCustomEditorBase.OnApplyTemplate()CustomEditorBase.SourcePropertyCustomEditorBase.Editor

Constructors

ModalEditor()

Initializes a new instance of the ModalEditor class.

Declaration

cs-api-definition
public ModalEditor()

Fields

ShowEditorCommand

Gets a value that represents the command executed for displaying the Window with the custom editor as a content.

Declaration

cs-api-definition
public static readonly ICommand ShowEditorCommand

Field Value

ICommand