Skip to main content

DevExpress.WinUI.Ribbon Namespace

Contains classes that allow you to build the Ribbon UI.

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Classes

Name Description
RibbonButton A button within a RibbonControl.
RibbonButtonBase Serves as the base class for the RibbonButton, RibbonDropdownButton, RibbonToggleButton, RibbonSplitButton.
RibbonButtonStyleSettings Defines the appearance of ribbon buttons.
RibbonCheckBox A checkbox within a RibbonControl.
RibbonCheckBoxStyleSettings Defines the appearance of a RibbonCheckBox.
RibbonControl The Ribbon Control.
RibbonCustomItem A custom item within a RibbonControl.
RibbonDropdownButton A RibbonControl‘s button that includes a dropdown (a FlyoutBase class instance).
RibbonGroup A group of ribbon items in a RibbonTab.
RibbonItem<TSettings> A base class for a ribbon item with appearance settings.
RibbonItemBase Serves as the base class for ribbon items.
RibbonItemStyleSettings Serves as the base class for appearance settings of ribbon items.
RibbonSeparator A line that separates neighboring RibbonItems within a single RibbonGroup.
RibbonSeparatorStyleSettings Defines the appearance of a RibbonSeparator.
RibbonSplitButton A RibbonControl‘s split button that consists of the regular RibbonButton and the dropdown button that displays a dropdown when you click or tap it.
RibbonTab A RibbonControl tab item.
RibbonTabHeaderStyleSettings Defines the appearance of a RibbonTab area.
RibbonToggleButton A toggle button within a RibbonControl.

Enums

Name Description
RibbonCustomItemDisplayMode If active, a ribbon item can be displayed as a large image with a caption.
RibbonItemDisplayMode