Dela via


PropertyContainer.DefaultPropertyValueEditor Property

Gets or sets the default PropertyValueEditor. This is a dependency property.

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

Syntax

'Declaration
Public Property DefaultPropertyValueEditor As PropertyValueEditor
'Usage
Dim instance As PropertyContainer 
Dim value As PropertyValueEditor 

value = instance.DefaultPropertyValueEditor

instance.DefaultPropertyValueEditor = value
public PropertyValueEditor DefaultPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
public function get DefaultPropertyValueEditor () : PropertyValueEditor 
public 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

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview