RibbonQuickAccessToolBarViewModel Class
Represents a view model for a quick-access toolbar control within a ribbon.
public class RibbonQuickAccessToolBarViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
RibbonQuickAccessToolBarViewModel()
Initializes an instance of the class.
public RibbonQuickAccessToolBarViewModel()
Properties
CommonItems
The collection of common items that should appear in the QAT's Customize menu, from which they can be toggled into and out of Items.
public ObservableCollection<object> CommonItems { get; }
Property Value
IsCustomizeButtonVisible
Indicates whether the customize button is visible.
Items
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()