In This Article

NavigationBarOptionsWindowItem Class

Represents a NavigationPane item.

public class NavigationBarOptionsWindowItem : ObservableObjectBase, INotifyPropertyChanged
Inheritance:
System.Object ObservableObjectBase Object

Constructors

NavigationBarOptionsWindowItem()

public NavigationBarOptionsWindowItem()

Properties

Active

Gets or sets whether this pane is active.

public bool Active { get; set; }

Property Value

System.Boolean:

true if this pane is active; otherwise, false.

Title

Gets or sets the title of the pane.

public string Title { get; set; }

Property Value

System.String:

The title of the pane.

Inherited Members