Skip to main content
All docs
V20.1

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.v20.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewFillContextMenuItemsEventHandler FillContextMenuItems { get; set; }

Property Value

Type Description
ASPxGridViewFillContextMenuItemsEventHandler

A ASPxGridViewFillContextMenuItemsEventHandler delegate method allowing you to implement custom processing.

See Also