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.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public ContextItem Item { get; }

Property Value

Type Description
ContextItem

The currently processed context button.

See Also