Skip to main content

TileNavPane.ShowDropDown(NavElement) Method

Shows the drop-down tile bar for the specified navigation element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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