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 |