Skip to main content
A newer version of this page is available.
All docs
V19.2

GridViewSettings.FillContextMenuItems Property

Enables you to fill the GridView’s context menu items depending on the context menu type.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxGridViewFillContextMenuItemsEventHandler FillContextMenuItems { get; set; }

Property Value

Type Description
ASPxGridViewFillContextMenuItemsEventHandler

A ASPxGridViewFillContextMenuItemsEventHandler delegate method allowing you to implement custom processing.

See Also