Skip to main content
All docs
V25.1
  • Tab

    GridViewContextMenu(ASPxGridView, GridViewContextMenuType) Constructor

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

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public GridViewContextMenu(
        ASPxGridView grid,
        GridViewContextMenuType type
    )

    Parameters

    Name Type
    grid ASPxGridView
    type GridViewContextMenuType
    See Also