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

RibbonItemStyles Enum

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

[Flags]
public enum RibbonItemStyles

Members

Name Description
Default

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

Large

If active, a bar item can be displayed as a large bar item.

LargeItem

SmallWithText

If active, an item can be displayed like a smal bar item with its caption.

SmalWithTextItem

SmallWithoutText

If active, an item can be displayed like a smal bar item without its caption.

SmalWithoutTextItem

All

If active, enables all other options.

Related API Members

The following properties accept/return RibbonItemStyles values:

Remarks

Values listed by this enumeration are used to set the BarItem.RibbonStyle property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RibbonItemStyles enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also