Share via


PropertyContainer.DefaultPropertyValueEditor Property

Gets or sets the default PropertyValueEditor.

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

Syntax

'Declaration
Public Property DefaultPropertyValueEditor As PropertyValueEditor
    Get
    Set
public PropertyValueEditor DefaultPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
member DefaultPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultPropertyValueEditor () : PropertyValueEditor
function set DefaultPropertyValueEditor (value : PropertyValueEditor)

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor that represents the default property value editor.

Dependency Property Information

Identifier field

DefaultPropertyValueEditorProperty

Metadata properties set to true

None

Remarks

This editor is used when the PropertyEntry or Type does not explicitly define its own PropertyValueEditor and does not support StandardValues.

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview