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.
Inherited Members
- ObservableObjectBase.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()