Back to Devexpress

BarItemLinkBase.ActualRibbonStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-6183cbf6.md

latest1.6 KB
Original Source

BarItemLinkBase.ActualRibbonStyle Property

For internal use only.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public RibbonItemStyles ActualRibbonStyle { get; }
vb
Public ReadOnly Property ActualRibbonStyle As RibbonItemStyles

Property Value

Type
RibbonItemStyles

Available values:

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

|

See Also

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace