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

GroupHeaderContextButtonClickEventArgs.Item Property

Gets the button that has been clicked.

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 clicked button.

See Also