Back to Devexpress

GridMenuEventArgs Constructors

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridmenueventargs-dot-ctor.md

latest1.4 KB
Original Source

GridMenuEventArgs Constructors

Obsolete. Provides data for the menu processing events.

NameParametersDescription
GridMenuEventArgs(GridViewMenu, GridHitInfo)menu, hitInfoInitializes a new instance of the GridMenuEventArgs class with the specified settings.
GridMenuEventArgs(GridMenuType, GridViewMenu, GridHitInfo, Boolean)menuType, menu, hitInfo, allowInitializes a new instance of the GridMenuEventArgs class with the specified settings.
GridMenuEventArgs(GridMenuType, GridViewMenu, Point, Boolean)menuType, menu, point, allowInitializes a new instance of the GridMenuEventArgs class with the specified settings.

See Also

GridMenuEventArgs Class

GridMenuEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace