PropertyContainer.DefaultPropertyValueEditor Property
Gets or sets the default PropertyValueEditor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property DefaultPropertyValueEditor As PropertyValueEditor
Get
Set
public PropertyValueEditor DefaultPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultPropertyValueEditor {
PropertyValueEditor^ get ();
void set (PropertyValueEditor^ value);
}
member DefaultPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultPropertyValueEditor () : PropertyValueEditor
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