Skip to main content

RibbonTab Properties

Represents a ribbon tab.
Name Description
Groups Gets the collection of groups displayed by the current tab.
GroupsSource Gets or sets the source of groups with which this RibbonTabBase should be populated. This is a dependency property. Inherited from RibbonTabBase.
GroupTemplate Gets or sets a template that specifies the appearance of groups located within the current tab. This is a dependency property. Inherited from RibbonTabBase.
GroupTemplateSelector Gets or sets an object that chooses a ribbon group template based on custom logic. This is a dependency property. Inherited from RibbonTabBase.
IsSelected Gets or sets whether the current ribbon tab is selected. This is a dependency property. Inherited from RibbonTabBase.
See Also