Back to Devexpress

RibbonStatusBarControl.LeftItems Property

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

latest3.5 KB
Original Source

RibbonStatusBarControl.LeftItems Property

Provides access to bar items and bar item links displayed at the RibbonStatusBarControl‘s left.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public CommonBarItemCollection LeftItems { get; }
vb
Public ReadOnly Property LeftItems As CommonBarItemCollection

Property Value

TypeDescription
DevExpress.Xpf.Bars.CommonBarItemCollection

A DevExpress.Xpf.Bars.CommonBarItemCollection collection that stores bar items and bar item links displayed at the RibbonStatusBarControl‘s left.

|

Remarks

You can display items on the left and right sides of the RibbonStatusBarControl, by adding items to the LeftItems and RibbonStatusBarControl.RightItems collections, respectively.BarItem and BarItemLink descendants can be added to these collections.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LeftItems property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-create-a-ribboncontrol/CS/RibbonControl_Ex/MainWindow.xaml#L267

xml
</dxr:RibbonStatusBarControl.RightItems>
<dxr:RibbonStatusBarControl.LeftItems>
    <dxb:BarStaticItem Name="bPosInfo" ItemMinWidth="150"/>

wpf-docklayoutmanager-merge-ribbon-controls/CS/WpfApplication1/MainWindow.xaml#L25

xml
<dxr:RibbonStatusBarControl DockPanel.Dock="Bottom" MDIMergeStyle="Always">
    <dxr:RibbonStatusBarControl.LeftItems>
        <dxb:BarStaticItem x:Name="biRow" Content="Row:" ShowBorder="False" MergeType="MergeItems"/>

See Also

RightItems

LeftItemLinks

RightItemLinks

Populating Ribbon

RibbonStatusBarControl Class

RibbonStatusBarControl Members

DevExpress.Xpf.Ribbon Namespace