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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.