TileBarItem.ShowDropDown() Method
Shows a dropdown window for the TileBarItem.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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