Class NavigationViewItemHeader
Represents a header for a group of menu items in a NavigationMenu.
public class NavigationViewItemHeader : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
- Inheritance
-
NavigationViewItemHeader
- Implements
- Inherited Members
Fields
IconProperty
Identifies the Icon dependency property.
public static readonly DependencyProperty IconProperty
Field Value
TextProperty
Identifies the Text dependency property.
public static readonly DependencyProperty TextProperty
Field Value
Properties
Icon
Gets or sets the icon.
[Bindable(true)]
public IconElement? Icon { get; set; }
Property Value
Text
Gets or sets the text presented in the header element.
[Bindable(true)]
public string Text { get; set; }