Skip to main content
All docs
V25.2
  • GridCustomizeContextMenuEventArgs Class

    Contains data for the CustomizeContextMenu event.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    public class GridCustomizeContextMenuEventArgs

    Remarks

    The CustomizeContextMenu event allows you to customize Grid context menus. The GridCustomizeContextMenuEventArgs object contains data related to the event.

    Refer to the event description for more information and an example.

    Inheritance

    Object
    GridCustomizeContextMenuEventArgs
    See Also