.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 theRadDataForm
. This command is useful when the DataFormValidationMode
property 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 DataFormCommitMode
property 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 DataFormCommitMode
property isExplicit
.