Back to Devexpress

TileBar.HideDropDownWindow() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-20853bcc.md

latest1.7 KB
Original Source

TileBar.HideDropDownWindow() Method

Hides the currently displayed dropdown window.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HideDropDownWindow()
vb
Public Sub HideDropDownWindow

Remarks

For each TileBarItem you can specify a control to be displayed as a dropdown (see TileBarItem.DropDownControl). The current HideDropDownWindow method overload hides the displayed dropdown window with a fade-out effect.

See Also

DropDownControl

CloseDropDownOnItemClick

TileBar.ShowDropDown

TileBarItem.ShowDropDown

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace