Back to Devexpress

GroupHeaderContextButtonClickEventArgs.Item Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-groupheadercontextbuttonclickeventargs.md

latest1.3 KB
Original Source

GroupHeaderContextButtonClickEventArgs.Item Property

Gets the button that has been clicked.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public ContextItem Item { get; }
vb
Public ReadOnly Property Item As ContextItem

Property Value

TypeDescription
ContextItem

The clicked button.

|

See Also

GroupHeaderContextButtonClickEventArgs Class

GroupHeaderContextButtonClickEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace