menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnMenuClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnMenuClickEventArgs

    Provides information about an ColumnMenuItemClicked event.

    Inheritance
    System.Object
    GridEventBaseArgs
    ColumnMenuClickEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnMenuClickEventArgs : GridEventBaseArgs

    Constructors

    ColumnMenuClickEventArgs()

    Declaration
    public ColumnMenuClickEventArgs()

    Properties

    Column

    Gets the GridColumn associated with the column menu pop up that is currently opened.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    The current grid column associated with the column menu pop up that is currently opened.

    Element

    Gets the current Microsoft.AspNetCore.Components.ElementReference target.

    Declaration
    public ElementReference Element { get; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Gets the System.EventArgs details associated with the column menu pop up that is currently opened.

    Declaration
    public EventArgs Event { get; }
    Property Value
    Type Description
    System.EventArgs

    This property specifies the name of the event args details associated with the column menu pop up that is currently opened. The default value is columnMenuItemclick.

    Item

    Gets or sets the currently clicked MenuItemModel.

    Declaration
    public MenuItemModel Item { get; set; }
    Property Value
    Type Description
    MenuItemModel

    The currently clicked menu item represented by the MenuItemModel type.

    Name

    Gets the event name associated with the column menu pop up that is currently opened.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    This property specifies the name of the event associated with the column menu pop up that is currently opened. The default value is columnMenuItemclick.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved