Skip to main content

GroupHeaderContextButtonClickEventArgs.Item Property

Gets the button that has been clicked.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public ContextItem Item { get; }

Property Value

Type Description
ContextItem

The clicked button.

See Also