New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI DataForm Commands
Updated over 6 months ago
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 theRadDataForm. This command is useful when the DataFormValidationModeproperty isExplicit. For more details review the Validation article.CommitCommand(ICommand)—Gets a command to commit all pending changes in theRadDataForm. This command is useful when the DataFormCommitModeproperty isExplicit. For more details, review the Commit Data article.CancelCommand(ICommand)—Gets a command to cancel all pending changes in theRadDataForm. This command is useful when the DataFormCommitModeproperty isExplicit.