alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class KeyActions

    Represents the configuration for keyboard actions in the dropdown.

    Inheritance
    object
    KeyActions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KeyActions

    Constructors

    KeyActions()

    Declaration
    public KeyActions()

    Properties

    Action

    Gets or sets the action to perform.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    string

    A string representing the action name. The default value is null.

    Events

    Gets or sets the event arguments for the action.

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

    An EventArgs object containing event data. The default value is null.

    Key

    Gets or sets the key associated with the action.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    A string representing the key. The default value is null.

    Type

    Gets or sets the type of the action.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    A string representing the action type. The default value is null.

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