Share via


NumberBox.HeaderProperty Property

Definition

Identifies the Header dependency property.

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

Property Value

The identifier for the Header dependency property.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Applies to