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

RibbonGroup Class

Represents a ribbon group.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

[ContentProperty(Name = "Items")]
public class RibbonGroup :
    RibbonGroupBase

Remarks

The RibbonGroup objects are used to organize the RibbonTab content.

To learn more, see Tabs and Groups.

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Panel
DevExpress.UI.Xaml.Internal.SourceItemsPanelBase
DevExpress.UI.Xaml.Internal.ItemsPanelBase<DevExpress.UI.Xaml.Ribbon.IRibbonItemBase>
DevExpress.UI.Xaml.Ribbon.Internal.IndependentGroupPanelBase
DevExpress.UI.Xaml.Ribbon.Internal.RibbonGroupPanelBase
DevExpress.UI.Xaml.Ribbon.RibbonGroupBase
RibbonGroup
See Also