Blazor

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

    Show / Hide Table of Contents

    Class OpenCloseMenuEventArgs

    Interface for open/close event.

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

    Constructors

    OpenCloseMenuEventArgs()

    Declaration
    public OpenCloseMenuEventArgs()

    Properties

    Element

    Specifies the dropdown element.

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

    Items

    Specifies the button or dropdown items.

    Declaration
    public List<DropDownMenuItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<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