Blazor

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

    Show / Hide Table of Contents

    Class ColumnMenuClickEventArgs

    Class that defines event argument of the column menu item click.

    Inheritance
    System.Object
    GridEventBaseArgs
    ColumnMenuClickEventArgs
    Implements
    System.IEquatable<ColumnMenuClickEventArgs>
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnMenuClickEventArgs : GridEventBaseArgs, IEquatable<ColumnMenuClickEventArgs>

    Constructors

    ColumnMenuClickEventArgs()

    Declaration
    public ColumnMenuClickEventArgs()

    Properties

    Column

    Gets the current column.

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

    Element

    Gets the current target.

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

    Event

    Gets the original event details.

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

    Item

    Gets the current clicked item.

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

    Name

    Specifies name of the event.

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

    Methods

    Equals(ColumnMenuClickEventArgs)

    Declaration
    public bool Equals(ColumnMenuClickEventArgs columnMenuClickEventArgs)
    Parameters
    Type Name Description
    ColumnMenuClickEventArgs columnMenuClickEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved