Skip to main content
All docs
V23.2
Tab

GridViewContextMenu(ASPxGridView, GridViewContextMenuType) Constructor

Initializes a new instance of the GridViewContextMenu class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenu(
    ASPxGridView grid,
    GridViewContextMenuType type
)

Parameters

Name Type
grid ASPxGridView
type GridViewContextMenuType
See Also