Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileNavPane.ShowDropDown(NavElement) Method

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

public void ShowDropDown(
    NavElement element
)

#Parameters

Name Type Description
element NavElement

A NavElement object representing a navigation element whose drop-down should be shown.

#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