Skip to main content

TileBarItem.ShowDropDown() Method

Shows a dropdown window for the TileBarItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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