Skip to main content
Bar

BarItemLink.RibbonStyle Property

Gets or sets the options that specify the bar item link's possible states within a RibbonControl. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public RibbonItemStyles RibbonStyle { get; set; }

#Property Value

Type Description
RibbonItemStyles

A set of RibbonItemStyles flags that specify the bar item link's possible states within a Ribbon Control.

See Also