In This Article

NavigationBarOptionsWindowItem Class

Represents a NavigationPane item.

public class NavigationBarOptionsWindowItem : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

NavigationBarOptionsWindowItem()

Initializes an instance of the class.

public NavigationBarOptionsWindowItem()

Properties

Active

Gets or sets whether this pane is active.

public bool Active { get; set; }

Property Value

bool:

true if this pane is active; otherwise, false.

Title

Gets or sets the title of the pane.

public string Title { get; set; }

Property Value

string:

The title of the pane.

Inherited Members