Skip to main content

RibbonToolbarControl Class

The Ribbon Toolbar control.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Bindable]
[ContentProperty(Name = "Tabs")]
[TemplatePart(Name = "PART_HeaderControl", Type = typeof(RibbonToolbarHeaderControl))]
[TemplatePart(Name = "PART_HelpPane", Type = typeof(HelpPaneViewBase))]
[ToolboxTabName("DX.21.2: Common Controls")]
public class RibbonToolbarControl :
    RibbonControlBase

Remarks

The Ribbon Toolbar Control provides capabilities a similar to the Ribbon Control to organize your application menus by grouping your commands into separate tabs and groups. This control provides lighter layout and in comparison to the Ribbon Control, does not contain a title, root application menu, and contextual tabs.

RibbonToolbarControlSmall

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Internal.ContentControlEx
RibbonControlBase
RibbonToolbarControl
See Also