.NET MAUI Entry Commands
When using Telerik UI for .NET MAUI entry control, you can use the following commands:
-
ReturnCommand
(ICommand
)—Execute when the return key of the keyboard is pressed.
The ReturnCommand
has a command parameter—ReturnCommandParameter
which can be used to pass a parameter to the command execute method.