Back to Devexpress

TileBarDropDownShowingEventArgs.Item Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebardropdownshowingeventargs-f3f61f83.md

latest1.2 KB
Original Source

TileBarDropDownShowingEventArgs.Item Property

Gets or sets the tile whose dropdown button has been clicked.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public TileBarItem Item { get; set; }
vb
Public Property Item As TileBarItem

Property Value

TypeDescription
TileBarItem

The tile whose dropdown button has been clicked.

|

See Also

TileBarDropDownShowingEventArgs Class

TileBarDropDownShowingEventArgs Members

DevExpress.XtraBars.Navigation Namespace