Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OpenCloseMenuEventArgs

    Show / Hide Table of Contents

    Class OpenCloseMenuEventArgs

    Provides information about the in Opened and Closed event callback.

    Inheritance
    System.Object
    OpenCloseMenuEventArgs
    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

    Items

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

    Declaration
    public List<DropDownMenuItem> Items { get; set; }
    Property Value
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved