Skip to main content
All docs
V25.1

GroupHeaderContextButtonCustomizeEventArgs.Item Property

Gets the currently processed context button.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v25.1.dll

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

Declaration

public ContextItem Item { get; }

Property Value

Type Description
ContextItem

The currently processed context button.

See Also