Back to Devexpress

GroupHeaderContextButtonCustomizeEventArgs.Item Property

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

latest1.3 KB
Original Source

GroupHeaderContextButtonCustomizeEventArgs.Item Property

Gets the currently processed context button.

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 currently processed context button.

|

See Also

GroupHeaderContextButtonCustomizeEventArgs Class

GroupHeaderContextButtonCustomizeEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace