StandaloneToolBarViewModel Class
Represents a view model for a standalone toolbar control.
public class StandaloneToolBarViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
StandaloneToolBarViewModel()
Initializes an instance of the class.
public StandaloneToolBarViewModel()
Properties
IsVisible
Indicates whether the control is currently visible.
ItemContainerTemplateSelector
The BarControlTemplateSelector that creates UI controls for bar control view models.
public BarControlTemplateSelector ItemContainerTemplateSelector { get; set; }
Property Value
Items
The collection of items in the control.
public ObservableCollection<object> Items { get; }
Property Value
- ObservableCollection<object>:
The collection of items in the control.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()