TileBar.HideDropDownWindow() Method
Hides the currently displayed dropdown window.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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