Skip to main content
A newer version of this page is available. .

TileBarDropDownShowingEventArgs.Item Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TileBarItem Item { get; set; }

Property Value

Type Description
TileBarItem

The tile whose dropdown button has been clicked.

See Also