NumberBox.HeaderTemplateProperty Property

Definition

Identifies the HeaderTemplate dependency property.

public:
 static property DependencyProperty ^ HeaderTemplateProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
static DependencyProperty HeaderTemplateProperty();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public static DependencyProperty HeaderTemplateProperty { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; }
var dependencyProperty = NumberBox.headerTemplateProperty;
Public Shared ReadOnly Property HeaderTemplateProperty As DependencyProperty

Property Value

The identifier for the HeaderTemplate dependency property.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Applies to