New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI DataForm Commands

Telerik UI for .NET MAUI DataForm exposes a number of commands that execute the validation logic, commit all pending changes and cancel the pending changes.

  • ValidateCommand(ICommand)—Gets a command to execute the validation logic of the RadDataForm. This command is useful when the DataForm ValidationMode property is Explicit. For more details review the Validation article.
  • CommitCommand(ICommand)—Gets a command to commit all pending changes in the RadDataForm. This command is useful when the DataForm CommitMode property is Explicit. For more details, review the Commit Data article.
  • CancelCommand(ICommand)—Gets a command to cancel all pending changes in the RadDataForm. This command is useful when the DataForm CommitMode property is Explicit.

See Also

In this article