Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonItemStyles Enum

Lists the options that specify the bar item link’s possible states within a Ribbon Control.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

[Flags]
public enum RibbonItemStyles

#Members

Name Description
Default

If active, a bar item link’s possible states with a Ribbon Control are determined based on the link’s settings. For example, if the link is associated with a small image and isn’t associated with a large image, its possible states within the Ribbon Control are SmallWithoutText and SmallWithText.

Large

If active, a bar item link can be represented by a large image with a caption.

SmallWithText

If active, a bar item link can be represented by a small image with a caption.

SmallWithoutText

If active, a bar item link can be represented by a small image.

All

If active, enables all other options.

#Related API Members

The following properties accept/return RibbonItemStyles values:

See Also