GridViewContextMenuItemCollection.Add(GridViewContextMenuItem[]) Method
Adds the specified array of items to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | GridViewContextMenuItem[] | An array that contains zero or more GridViewContextMenuItem objects, to populate the collection. |
See Also