Method SetValidator
- Namespace
- Innova.Prism.Library.Extensions
- Assembly
- Innova.Prism.Library.dll
SetValidator(FrameworkElement, object)
Sets the value of the Validator attached property.
public static void SetValidator(FrameworkElement frameworkElement, object value)
Parameters
frameworkElement
FrameworkElementThe framework element to set the value for.
value
objectThe value to set.