Back to Devexpress

Bar.ShowIfFloating() Method

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

latest1.1 KB
Original Source

Bar.ShowIfFloating() Method

Shows the current bar if it is floating.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void ShowIfFloating()
vb
Public Sub ShowIfFloating

Remarks

At run time, a docked bar can be made floating using the drag-and-drop operation. Using the Bar.HideIfFloating method, you can hide a floating bar. If the bar is not floating, this method is not in effect. The ShowIfFloating method allows you to show a previously hidden floating bar.

See Also

HideIfFloating()

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace