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

GridMenuItemClickEventArgs Class

Provides data for the GridView.GridMenuItemClick event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class GridMenuItemClickEventArgs :
    EventArgs

Remarks

The GridView.GridMenuItemClick event enables you to process context menu item clicks manually. The GridMenuItemClickEventArgs class declares a set of properties that allow you to identify the column whose context menu item was clicked, identify the clicked item and cancel default item click processing, if necessary.

GridMenuItemClickEventArgs objects are automatically created, initialized and passed to GridView.GridMenuItemClick event handlers.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GridMenuItemClickEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
GridMenuItemClickEventArgs
See Also