PropertyValueCollection.ParentValue Property

Gets the parent PropertyValue.

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

Syntax

'Declaration
Public ReadOnly Property ParentValue As PropertyValue
    Get
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
    PropertyValue^ get ();
}
member ParentValue : PropertyValue
function get ParentValue () : PropertyValue

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A PropertyValue that represents the parent.

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture