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 |
|
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
- 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.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace