Blazor

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

    Show / Hide Table of Contents

    Class MenuEventArgs

    Interface for before item render / select event.

    Inheritance
    System.Object
    MenuEventArgs
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MenuEventArgs : Object

    Constructors

    MenuEventArgs()

    Declaration
    public MenuEventArgs()

    Properties

    Element

    Specifies the selected list element.

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

    Item

    Specifies the selected dropdown item.

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

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved