DataTemplate.ExtensionInstanceProperty Property

Definition

Identifies the ExtensionInstance XAML attached property.

public:
 static property DependencyProperty ^ ExtensionInstanceProperty { DependencyProperty ^ get(); };
static DependencyProperty ExtensionInstanceProperty();
public static DependencyProperty ExtensionInstanceProperty { get; }
var dependencyProperty = DataTemplate.extensionInstanceProperty;
Public Shared ReadOnly Property ExtensionInstanceProperty As DependencyProperty

Property Value

The identifier for the ExtensionInstance XAML attached property.

Applies to

See also