menu

Blazor

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

    Show / Hide Table of Contents

    Class KeyActions

    Specifies the key action.

    Inheritance
    System.Object
    KeyActions
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KeyActions : Object

    Constructors

    KeyActions()

    Declaration
    public KeyActions()

    Properties

    Action

    Specifies the action property.

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

    Events

    Specifies the events.

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

    Key

    Specifies the key.

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

    Type

    Specifies the type.

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