Class RibbonTabViewModel
Represents a view model for a ribbon tab.
public class RibbonTabViewModel : BindableBase, INotifyPropertyChanged
- Inheritance
-
RibbonTabViewModel
- Implements
Constructors
- RibbonTabViewModel(IMenuTabModel)
Initializes a new instance of the RibbonTabViewModel class.
Properties
- Groups
Gets or sets the collection view source for the ribbon groups.
- IsVisible
Gets or sets a value indicating whether the ribbon tab is visible.
- MenuTabModel
Gets or sets the menu tab model associated with the ribbon tab.
- SortOrder
Gets the sort order of the ribbon tab.
- SourceGroups
Gets the range observable collection of ribbon group view models.
Methods
- ToString()
Returns a string representation of the ribbon tab.