RibbonMultiRowControlGroupViewModel Class
Represents a view model for a multi-row control group control within a ribbon group.
public class RibbonMultiRowControlGroupViewModel : ObservableObjectBase, IHasTag
- Inheritance:
- object ObservableObjectBase object
- Implements:
- IHasTag
Constructors
RibbonMultiRowControlGroupViewModel()
Initializes an instance of the class.
public RibbonMultiRowControlGroupViewModel()
Properties
IsVisible
Indicates whether the control is currently visible.
Items
The collection of items in the control.
Tag
A user-defined object attached to the control.
ThreeRowItemSortOrder
A collection of integers that indicates the indices of how items should be sorted when in a three-row layout.
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()