RibbonViewModel Class
Represents a view model for a ribbon control.
public class RibbonViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
RibbonViewModel()
Initializes a new instance of the class in Classic layout mode.
public RibbonViewModel()
RibbonViewModel(RibbonLayoutMode)
Initializes a new instance of the class in the specified layout mode.
public RibbonViewModel(RibbonLayoutMode layoutMode)
Parameter | Type | Description |
---|---|---|
layoutMode | RibbonLayoutMode |
Properties
AllowLabelsOnQuickAccessToolBar
Whether the quick-access toolbar allows labels when it is below the ribbon.
public bool AllowLabelsOnQuickAccessToolBar { get; set; }
Property Value
- bool:
The default value is
false
.
ApplicationButton
A RibbonApplicationButtonViewModel for the application button.
public RibbonApplicationButtonViewModel? ApplicationButton { get; set; }
Property Value
AreTabsVisible
Whether tabs are visible above the ribbon's main content area.
Backstage
A RibbonApplicationButtonViewModel for the optional Backstage.
CanChangeLayoutMode
Indicates whether the end user can change the layout mode.
ClearFooterCommand
A command that, when invoked, will clear the footer.
public ICommand? ClearFooterCommand { get; set; }
Property Value
ContextualTabGroups
The collection of optional contextual tab groups within the ribbon.
public ObservableCollection<RibbonContextualTabGroupViewModel> ContextualTabGroups { get; }
Property Value
Footer
A RibbonFooterViewModel for the optional footer.
GroupLabelMode
The RibbonGroupLabelMode that specifies when a RibbonGroup is labeled.
public RibbonGroupLabelMode GroupLabelMode { get; set; }
Property Value
- RibbonGroupLabelMode:
The default value is Default.
IsApplicationButtonVisible
Indicates whether the application button is visible.
public bool IsApplicationButtonVisible { get; set; }
Property Value
- bool:
The default value is
true
.
IsCollapsible
Indicates whether the ribbon collapses when it becomes smaller than a minimum threshold width/height.
IsMinimizable
Indicates whether the ribbon is minimizable.
ItemContainerTemplateSelector
The BarControlTemplateSelector that creates UI controls for bar control view models.
public BarControlTemplateSelector ItemContainerTemplateSelector { get; set; }
Property Value
LayoutMode
A RibbonLayoutMode that indicates the current layout mode (Classic vs. Simplified).
public RibbonLayoutMode LayoutMode { get; set; }
Property Value
- RibbonLayoutMode:
The default value is Classic.
QuickAccessToolBar
A RibbonQuickAccessToolBarViewModel for the quick-access toolbar.
public RibbonQuickAccessToolBarViewModel? QuickAccessToolBar { get; set; }
Property Value
QuickAccessToolBarLocation
A RibbonQuickAccessToolBarLocation that indicates the current location of the quick-access toolbar.
public RibbonQuickAccessToolBarLocation QuickAccessToolBarLocation { get; set; }
Property Value
- RibbonQuickAccessToolBarLocation:
The default value is Above.
QuickAccessToolBarMode
A RibbonQuickAccessToolBarMode that indicates the current display mode for the quick-access toolbar.
public RibbonQuickAccessToolBarMode QuickAccessToolBarMode { get; set; }
Property Value
- RibbonQuickAccessToolBarMode:
The default value is Visible.
TabRowToolBar
A RibbonTabRowToolBarViewModel for the tab row toolbar that optionally appears to the right of the tabs.
public RibbonTabRowToolBarViewModel? TabRowToolBar { get; set; }
Property Value
Tabs
The collection of tabs within the ribbon.
public ObservableCollection<RibbonTabViewModel> Tabs { get; }
Property Value
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()