Skip to main content

TileBarDropDownShowingEventArgs.Item Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileBarItem Item { get; set; }

Property Value

Type Description
TileBarItem

The tile whose dropdown button has been clicked.

See Also