GridViewContextMenuItemCollection.FindByCommand(GridViewContextMenuCommand) Method
In This Article
Returns an item object that performs the specified command.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem FindByCommand(
GridViewContextMenuCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
command | Grid |
One of the Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use this method to obtain an item specified by a performed command assigned to its GridViewContextMenuItem.Command property.
See Also