Share via


CustomPropertyValueEditorAttribute.CustomPropertyValueEditor Property

Gets the custom property value editor.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public Property CustomPropertyValueEditor As CustomPropertyValueEditor
public CustomPropertyValueEditor CustomPropertyValueEditor { get; private set; }
public:
property CustomPropertyValueEditor CustomPropertyValueEditor {
    CustomPropertyValueEditor get ();
    private: void set (CustomPropertyValueEditor value);
}
member CustomPropertyValueEditor : CustomPropertyValueEditor with get, private set
function get CustomPropertyValueEditor () : CustomPropertyValueEditor 
private function set CustomPropertyValueEditor (value : CustomPropertyValueEditor)

Property Value

Type: Microsoft.Xaml.Interactivity.CustomPropertyValueEditor

.NET Framework Security

See Also

Reference

CustomPropertyValueEditorAttribute Class

Microsoft.Xaml.Interactivity Namespace