Back to Devexpress

BarItemLink.ActualRibbonStyle Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-0222f432.md

latest2.3 KB
Original Source

BarItemLink.ActualRibbonStyle Property

Returns the current ribbon style of this specific item link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RibbonItemStyles ActualRibbonStyle { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualRibbonStyle As RibbonItemStyles

Property Value

TypeDescription
RibbonItemStyles

The current link style.

|

Available values:

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.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace