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

ContextToolbarGroup Class

A ContextToolbarControl‘s group for toolbar items.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v21.1.dll

Declaration

[ContentProperty(Name = "Items")]
public class ContextToolbarGroup :
    RibbonGroupPanelBase,
    ISupportKeyNavigation

The following members accept/return ContextToolbarGroup objects:

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
Panel
DevExpress.WinUI.Controls.Core.Internal.SourceItemsPanelBase
DevExpress.WinUI.Controls.Core.Internal.ItemsPanelBase<DevExpress.WinUI.Ribbon.IRibbonItemBase>
DevExpress.WinUI.Ribbon.Internal.IndependentGroupPanelBase
DevExpress.WinUI.Ribbon.Internal.RibbonGroupPanelBase
ContextToolbarGroup
See Also