XamlBindingHelper.DataTemplateComponentProperty Property

Definition

Identifies the DataTemplateComponent attached property.

public:
 static property DependencyProperty ^ DataTemplateComponentProperty { DependencyProperty ^ get(); };
static DependencyProperty DataTemplateComponentProperty();
public static DependencyProperty DataTemplateComponentProperty { get; }
var dependencyProperty = XamlBindingHelper.dataTemplateComponentProperty;
Public Shared ReadOnly Property DataTemplateComponentProperty As DependencyProperty

Property Value

The identifier for the DataTemplateComponent attached property.

Applies to

See also