Share via


PropertyContainer.PropertyEntry Property

Gets or sets the PropertyEntry instance on which this PropertyContainer operates.

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

Syntax

'Declaration
Public Property PropertyEntry As PropertyEntry
    Get
    Set
public PropertyEntry PropertyEntry { get; set; }
public:
property PropertyEntry^ PropertyEntry {
    PropertyEntry^ get ();
    void set (PropertyEntry^ value);
}
member PropertyEntry : PropertyEntry with get, set
function get PropertyEntry () : PropertyEntry
function set PropertyEntry (value : PropertyEntry)

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
A PropertyEntry instance on which this PropertyContainer operates.

Dependency Property Information

Identifier field

PropertyEntryProperty

Metadata properties set to true

None

Remarks

The PropertyEntry instance is the context of the PropertyContainer. The exposed editor templates (InlineEditorTemplate, ExtendedEditorTemplate, and DialogEditorTemplate) are based on the value of this property.

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview