Class KeyActions
Represents the configuration for keyboard actions in the dropdown.
Inherited Members
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 |
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 |
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 |
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 |