TileNavPane.ShowDropDown(NavElement) Method
In This Article
Shows the drop-down tile bar for the specified navigation element.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | Nav |
A Nav |
#Remarks
The ShowDropDown method allows you to programmatically show the drop-down tile bar for an element that is currently displayed as a button in the nav bar. If the specified navigation element is not displayed in the nav bar, the ShowDropDown method is not in effect.
When a drop-down is shown using this method, neither the TileNavPane.ElementClick nor NavElement.ElementClick event is raised.
See Also