GridViewContextMenuItemCollection.Add(GridViewContextMenuCommand) Method
In This Article
Adds a new item with the specified command to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuItem Add(
GridViewContextMenuCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
command | Grid |
One of the Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the Add method to add a new item with the specified command to the GridViewContextMenuItemCollection object.
See Also