Enum
RadKeyboardKey

Represents keyboard keys that can be recognized by Telerik MAUI controls.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum RadKeyboardKey

Fields

Down

The down arrow key.

Declaration

cs-api-definition
Down = 1

Field Value

RadKeyboardKey

End

The End key.

Declaration

cs-api-definition
End = 6

Field Value

RadKeyboardKey

Enter

The Enter key.

Declaration

cs-api-definition
Enter = 4

Field Value

RadKeyboardKey

Escape

The Escape key.

Declaration

cs-api-definition
Escape = 12

Field Value

RadKeyboardKey

F

The F key.

Declaration

cs-api-definition
F = 14

Field Value

RadKeyboardKey

F2

The F2 function key.

Declaration

cs-api-definition
F2 = 10

Field Value

RadKeyboardKey

F4

The F4 function key.

Declaration

cs-api-definition
F4 = 11

Field Value

RadKeyboardKey

Home

The Home key.

Declaration

cs-api-definition
Home = 5

Field Value

RadKeyboardKey

Left

The left arrow key.

Declaration

cs-api-definition
Left = 2

Field Value

RadKeyboardKey

PageDown

The Page Down key.

Declaration

cs-api-definition
PageDown = 8

Field Value

RadKeyboardKey

PageUp

The Page Up key.

Declaration

cs-api-definition
PageUp = 7

Field Value

RadKeyboardKey

Right

The right arrow key.

Declaration

cs-api-definition
Right = 3

Field Value

RadKeyboardKey

Space

The Space key.

Declaration

cs-api-definition
Space = 13

Field Value

RadKeyboardKey

Tab

The Tab key.

Declaration

cs-api-definition
Tab = 9

Field Value

RadKeyboardKey

Unknown

An unknown or unrecognized key.

Declaration

cs-api-definition
Unknown = 15

Field Value

RadKeyboardKey

Up

The up arrow key.

Declaration

cs-api-definition
Up = 0

Field Value

RadKeyboardKey