NavigationView.HeaderProperty Property

Definition

Identifies the Header dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.HeaderProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ HeaderProperty { DependencyProperty ^ get(); };
static DependencyProperty HeaderProperty();
public static DependencyProperty HeaderProperty { get; }
var dependencyProperty = NavigationView.headerProperty;
Public Shared ReadOnly Property HeaderProperty As DependencyProperty

Property Value

The identifier for the Header dependency property.

Applies to