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

TileViewContextButtonToolTipEventArgs.Item Property

Gets the currently processed context button.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ContextItem Item { get; }

Property Value

Type Description
ContextItem

The currently processed context button.

See Also