Back to Devexpress

Bar.IsStatusBar Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-a1ccd60c.md

latest2.0 KB
Original Source

Bar.IsStatusBar Property

Gets or sets whether the bar represents the status bar. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsStatusBar { get; set; }
vb
Public Property IsStatusBar As Boolean

Property Value

TypeDescription
Boolean

true if the bar represents the status bar; otherwise, false.

|

Remarks

The status bar is a bar that has the following features:

  • It cannot be hidden or moved by an end-user at runtime.
  • It is painted in a different manner than other bars.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IsStatusBar 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-bars-mvvm-generate-bars-from-view-model-collection/CS/DXSample/MainWindow.xaml#L62

xml
<ContentControl>
    <dxb:Bar Caption="{Binding Name}" ItemLinksSource="{Binding Items}" IsStatusBar="True">
        <dxb:Bar.DockInfo>

See Also

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace