RibbonTab Class
In This Article
Represents a ribbon tab.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
[ContentProperty(Name = "Groups")]
public class RibbonTab :
RibbonTabBase
#Related API Members
The following members return RibbonTab objects:
#Remarks
RibbonTab objects are used to organize the contents of the RibbonControl.
To learn more, see Tabs and Groups.
#Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Ribbon.Internal.RibbonHeaderedContainerBase
RibbonTabBase
RibbonTab
See Also