Skip to main content
Tab

GridViewContextMenuItemCollection.Add(GridViewContextMenuItem[]) Method

Adds the specified array of items to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    params GridViewContextMenuItem[] items
)

Parameters

Name Type Description
items GridViewContextMenuItem[]

An array that contains zero or more GridViewContextMenuItem objects, to populate the collection.

See Also