Class KeyActions
Represents the configuration for keyboard actions in the dropdown.
Inheritance
System.Object
KeyActions
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class KeyActions : Object
Constructors
KeyActions()
Declaration
public KeyActions()
Properties
Action
Gets or sets the action to perform.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.EventArgs | An System.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 |
---|---|
System.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 |
---|---|
System.String | A string representing the action type. The default value is |