menu

Blazor

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

    Show / Hide Table of Contents

    Class OpenCloseMenuEventArgs

    Provides information about the in Opened and Closed event callback.

    Inheritance
    System.Object
    OpenCloseMenuEventArgs
    DropDownPopupClosedEventArgs
    DropDownPopupOpenedEventArgs
    SplitButtonPopupClosedEventArgs
    SplitButtonPopupOpenedEventArgs
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OpenCloseMenuEventArgs : Object

    Constructors

    OpenCloseMenuEventArgs()

    Declaration
    public OpenCloseMenuEventArgs()

    Properties

    Element

    Gets or sets a value that indicates the dropdown element.

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

    An Microsoft.AspNetCore.Components.ElementReference that represents the dropdown element.

    Items

    Gets or sets a value that indicates the button or dropdown items.

    Declaration
    public List<DropDownMenuItem> Items { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<DropDownMenuItem>

    Name

    Gets or sets a value that indicates name of the event.

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

    Accepts the string value.

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