Back to Devexpress

RibbonStatusBarControl.LeftItemStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonstatusbarcontrol-f4188ac5.md

latest1.6 KB
Original Source

RibbonStatusBarControl.LeftItemStyle Property

Gets or sets the style applied to a BarItem object defined as the RibbonStatusBarControl.LeftItemTemplate‘s content. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Style LeftItemStyle { get; set; }
vb
Public Property LeftItemStyle As Style

Property Value

TypeDescription
Style

A Style object providing corresponding style settings.

|

Remarks

Target type: BarItem.

The LeftItemStyle property supports the MVVM design pattern. See MVVM Support to learn more.

See Also

RightItemStyle

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace