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

RibbonToolbarControl Class

The Ribbon Toolbar control.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

[Bindable]
[ContentProperty(Name = "Tabs")]
[ToolboxTabName("DX.18.2: Common Controls")]
[TemplatePart(Name = "PART_HeaderControl", Type = typeof(RibbonToolbarHeaderControl))]
[TemplatePart(Name = "PART_HelpPane", Type = typeof(HelpPaneViewBase))]
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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Internal.ContentControlEx
RibbonControlBase
RibbonToolbarControl
See Also