Skip to main content
A newer version of this page is available. .

TileBar.HideDropDownWindow() Method

Hides the currently displayed dropdown window.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void HideDropDownWindow()

Remarks

For each TileBarItem you can specify a control to be displayed as a dropdown (see TileBarItem.DropDownControl). The HideDropDownWindow method allows you to hide the dropdown window if it is currently displayed.

See Also