Back to Devexpress

TileBar.DropDownShowing Event

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-10695fd5.md

latest3.5 KB
Original Source

TileBar.DropDownShowing Event

Fires when a tile’s dropdown button is clicked.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TileBarDropDownShowingEventHandler DropDownShowing
vb
Public Event DropDownShowing As TileBarDropDownShowingEventHandler

Event Data

The DropDownShowing event's data class is TileBarDropDownShowingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DropDownContainerGets or sets the dropdown control associated with the current tile.
ItemGets or sets the tile whose dropdown button has been clicked.

Remarks

A tile can be associated with a dropdown control via the TileBarItem.DropDownControl property. Once a control is assigned to the tile, the tile displays a dropdown button, whose visibility can be modified with the TileBarItem.ShowDropDownButton property. You can set the TileBarItem.ShowDropDownButton property to true to forcibly display the dropdown button, even if no dropdown control is assigned to the tile.

The DropDownShowing event fires when an end-user clicks the tile’s dropdown button. You can handle this event for the following purposes:

See Also

DropDownControl

ShowDropDownButton

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace