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

GridViewContextMenuItem Constructors

Denotes an individual context menu item within the ASPxGridView control.
Name Parameters Description
GridViewContextMenuItem() none Initializes a new instance of the GridViewContextMenuItem class with default settings.
GridViewContextMenuItem(GridViewContextMenuCommand, String) command, name Initializes a new instance of the GridViewContextMenuItem class with the specified settings.
GridViewContextMenuItem(GridViewContextMenuCommand) command Initializes a new instance of the GridViewContextMenuItem class with the specified command.
GridViewContextMenuItem(String, String, String, String, String) text, name, imageUrl, navigateUrl, target Initializes a new instance of the GridViewContextMenuItem class with the specified settings.
GridViewContextMenuItem(String, String, String, String) text, name, imageUrl, navigateUrl Initializes a new instance of the GridViewContextMenuItem class with the specified settings.
GridViewContextMenuItem(String, String, String) text, name, imageUrl Initializes a new instance of the GridViewContextMenuItem class with the specified settings.
GridViewContextMenuItem(String, String) text, name Initializes a new instance of the GridViewContextMenuItem class with the specified settings.
GridViewContextMenuItem(String) text Initializes a new instance of the GridViewContextMenuItem class with the specified text.
See Also