Skip to main content

RibbonGroup Class

Represents a ribbon group.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

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
DependencyObject
Windows.UI.Xaml.UIElement
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