Skip to main content
All docs
V26.1
  • ValidationService Methods

    The service that allows you to implement validation in compliance with MVVM.
    Name Description
    AddEditor(DependencyObject) For internal use.
    GetAllowAccessibilityAlerts(DependencyObject) static Get the value of the ValidationService.AllowAccessibilityAlerts attached property to a specified ValidationService.
    GetHasValidationError(DependencyObject) static Get the value of the ValidationService.HasValidationError attached property to a specified ValidationService.
    GetIsValidationContainer(DependencyObject) static Get the value of the ValidationService.IsValidationContainer attached property to a specified ValidationService.
    GetValidationErrors(DependencyObject) static Get the value of the ValidationService.ValidationErrors attached property to a specified ValidationService.
    GetValidationService(DependencyObject) static Get the value of the ValidationService.ValidationService attached property to a specified ValidationService.
    RemoveEditor(DependencyObject) For internal use.
    SetAllowAccessibilityAlerts(DependencyObject, Boolean) static Set the value of the ValidationService.AllowAccessibilityAlerts attached property to a specified ValidationService.
    SetIsValidationContainer(DependencyObject, Boolean) static Set the value of the ValidationService.IsValidationContainer attached property to a specified ValidationService.
    UpdateEditor(DependencyObject) For internal use.
    See Also