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

BootstrapGridView.FillContextMenuItems Event

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapGridViewFillContextMenuItemsEventHandler FillContextMenuItems

Event Data

The FillContextMenuItems event's data class is DevExpress.Web.Bootstrap.BootstrapGridViewContextMenuEventArgs.

See Also