Back to Devexpress

RibbonItemStyles Enum

windowsforms-devexpress-dot-xtrabars-dot-ribbon-75132617.md

latest2.5 KB
Original Source

RibbonItemStyles Enum

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Flags]
public enum RibbonItemStyles
vb
<Flags>
Public Enum RibbonItemStyles

Members

NameDescription
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.

| | SmallWithText |

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

| | SmallWithoutText |

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

| | All |

If active, enables all other options.

|

The following properties accept/return RibbonItemStyles values:

Remarks

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

See Also

RibbonStyle

DevExpress.XtraBars.Ribbon Namespace