Share via


DataContextValueSourceAttribute.DataContextValueSourceProperty Property

Gets the name of the property that is the source of the data context’s value.

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

Syntax

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

Property Value

Type: System.String
The name of the property that is the source of the data context’s value.

.NET Framework Security

See Also

Reference

DataContextValueSourceAttribute Class

Microsoft.Windows.Design Namespace

Other Resources

Understanding WPF Designer Extensibility