RibbonMultiRowControlGroupViewModel Class
Represents a view model for a multi-row control group control within a ribbon group.
public class RibbonMultiRowControlGroupViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
RibbonMultiRowControlGroupViewModel()
Initializes an instance of the class.
public RibbonMultiRowControlGroupViewModel()
Properties
IsVisible
Gets or sets whether the control is currently visible.
Items
Gets the collection of items in the control.
public ObservableCollection<object> Items { get; }
Property Value
- ObservableCollection<object>:
The collection of items in the control.
ThreeRowItemSortOrder
Gets or sets a collection of integers that indicates the indices of how items should be sorted when in a three-row layout.
public Int32Collection ThreeRowItemSortOrder { get; set; }
Property Value
- Int32Collection:
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.NotifyPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()