Skip to main content
All docs
V25.2
  • DxGridModel.ContextMenus Property

    Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    Declaration

    public GridContextMenus ContextMenus { get; set; }

    Property Value

    Type
    GridContextMenus

    Available values:

    Name Description
    None

    No context menus.

    Header

    The header context menu.

    Footer

    The footer context menu.

    DataRow

    The data row context menu.

    GroupPanel

    The group panel context menu.

    GroupRow

    The group row context menu.

    GroupFooter

    The group footer context menu.

    All

    All context menus.

    See Also