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

GridMenuType Enum

Lists values specifying Grid View context menu types.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public enum GridMenuType

Members

Name Description
User

Corresponds to the user defined context menu.

Summary

Corresponds to the footer cell context menu.

Column

Corresponds to the column header context menu.

Group

Corresponds to the group panel context menu.

Row

Corresponds to the context menu which is activated by an end-user right-clicking on a data or group row.

AutoFilter

Corresponds to the auto filter row menu.

Related API Members

The following properties accept/return GridMenuType values:

Remarks

Values listed by this enumeration are used to set the GridMenuItemClickEventArgs.MenuType property which is exposed via the GridView.GridMenuItemClick event’s parameter.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridMenuType enum.

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.

See Also