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

ASPxGridViewContextMenuEventArgs.Items Property

Gets a collection of context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItemCollection Items { get; }

Property Value

Type Description
GridViewContextMenuItemCollection

A GridViewContextMenuItemCollection instance that is the collection of items.

Remarks

Use the Items property to access the collection of items contained in a grid context menu. An individual collection item is represented by the GridViewContextMenuItem object. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

See Also