Skip to main content
A newer version of this page is available. .

RibbonTab Class

Represents a ribbon tab.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

Declaration

[ContentProperty(Name = "Groups")]
public class RibbonTab :
    RibbonTabBase

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
DevExpress.UI.Xaml.Internal.ControlEx
DevExpress.UI.Xaml.Ribbon.Internal.RibbonHeaderedContainerBase
RibbonTabBase
RibbonTab
See Also