Skip to main content

TileBar.HideDropDownWindow() Method

Hides the currently displayed dropdown window.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void 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