Share via


PropertyContainer.DefaultStandardValuesPropertyValueEditor Property

Gets or sets the default standard values editor.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor that represents the default standard values editor.

Dependency Property Information

Identifier field

DefaultStandardValuesPropertyValueEditorProperty

Metadata properties set to true

None

Remarks

This editor is used when a PropertyEntry supports StandardValues (enumeration or through a TypeConverter) and there is no PropertyValueEditor defined for the PropertyEntry or Type explicitly.

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview