PropertyEntry.PropertyValueEditor Property

When overridden in a derived class, gets the PropertyValueEditor that is used to edit this PropertyEntry.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property PropertyValueEditor As PropertyValueEditor
    Get
public abstract PropertyValueEditor PropertyValueEditor { get; }
public:
virtual property PropertyValueEditor^ PropertyValueEditor {
    PropertyValueEditor^ get () abstract;
}
abstract PropertyValueEditor : PropertyValueEditor
abstract function get PropertyValueEditor () : PropertyValueEditor

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
The PropertyValueEditor that is used to edit this PropertyEntry.

Remarks

This property may be nulla null reference (Nothing in Visual Basic). PropertyContainer listens to changes that are made to this property. If the value changes, it is the responsibility of the deriving class to raise the appropriate PropertyChanged event.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture