Available for: Windows 8.1 | Windows Phone 8.1

Transaction Service

Transaction Service can be used to make operations over RadDataForm like Validation and Commit. It can be accessed thorugh the RadDataForm.TransactionService property.

API

  • public bool CommitProperty(string propertyName) - Tries to commit the candidate value of the specified property.
  • public bool CommitAll() - Tries to commit all candidate values.
  • public async Task ValidatePropertyAsync(string propertyName) - Validates the specified property.
  • public async Task ValidateAllAsync() - Validates all properties.