PropertyValueEditorCommands.ShowDialogEditor Property

Gets a RoutedCommand that represents a request to display a dialog box editor for a property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ShowDialogEditor As RoutedCommand
    Get
public static RoutedCommand ShowDialogEditor { get; }
public:
static property RoutedCommand^ ShowDialogEditor {
    RoutedCommand^ get ();
}
static member ShowDialogEditor : RoutedCommand
static function get ShowDialogEditor () : RoutedCommand

Property Value

Type: System.Windows.Input.RoutedCommand
A request to display a dialog box editor for a property.

Remarks

The property window should support the user with different editing modes for a property, if available. The property window should support dialog box editors. For example, the RowDefinitions property editor is a dialog box editor where the user enters the property value in a separate dialog box.

.NET Framework Security

See Also

Reference

PropertyValueEditorCommands Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyValueEditor

PropertyContainerEditMode

Dialog

CanExecute

Execute

Other Resources

WPF Designer Extensibility Architecture