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

Indicates whether this pane is active.

public bool Active { get; set; }

Property Value

bool:

true if this pane is active; otherwise, false.

Title

The title of the pane.

public string? Title { get; set; }

Property Value

string

Inherited Members

Extension Methods