Table of Contents

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 FrameworkElement

The framework element to set the value for.

value object

The value to set.