RibbonGroup Class
In This Article
A group of ribbon items in a RibbonTab.
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[ContentProperty(Name = "Items")]
public class RibbonGroup :
DXLogicalPanel,
ILogicalChild,
IRibbonItemBase
#Remarks
You can place instances of the following objects inside the RibbonGroup:
- RibbonButton
- RibbonCheckBox
- RibbonCustomItem
- RibbonDropdownButton
- RibbonSeparator
- RibbonSplitButton
- RibbonToggleButton
Use the Caption property to specify the RibbonGroup‘s caption.
#Inheritance
Object
DependencyObject
UIElement
FrameworkElement
Panel
DevExpress.WinUI.Core.Internal.DXLogicalPanel
RibbonGroup
See Also