Method GetValidator
- Namespace
- Innova.Prism.Library.Extensions
- Assembly
- Innova.Prism.Library.dll
GetValidator(FrameworkElement)
Gets the value of the Validator attached property.
public static object GetValidator(FrameworkElement frameworkElement)
Parameters
frameworkElement
FrameworkElementThe framework element to get the value from.
Returns
- object
The value of the Validator attached property.