FrameworkElement.DataContextProperty Property

Definition

Identifies the DataContext  dependency property.

public:
 static property DependencyProperty ^ DataContextProperty { DependencyProperty ^ get(); };
static DependencyProperty DataContextProperty();
public static DependencyProperty DataContextProperty { get; }
var dependencyProperty = FrameworkElement.dataContextProperty;
Public Shared ReadOnly Property DataContextProperty As DependencyProperty

Property Value

The DataContext  dependency property identifier.

Applies to