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

TileBarItem.ShowDropDown() Method

Shows a dropdown window for the TileBarItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public void ShowDropDown()

Remarks

For each TileBarItem you can specify a control to be displayed as a dropdown (see TileBarItem.DropDownControl). The ShowDropDown method allows you to display a dropdown window for the current item.

To display a dropdown window for any item, you can use the TileBar.ShowDropDown method.

See Also