Table of Contents

Class ValidationExtensions

Namespace
Innova.Prism.Library.Extensions
Assembly
Innova.Prism.Library.dll

Provides extension methods for validation-related functionality.

public static class ValidationExtensions
Inheritance
ValidationExtensions

Fields

ValidationOnLostFocusProperty

Identifies the ValidationOnLostFocus attached property.

ValidatorProperty

Identifies the Validator attached property.

Methods

GetValidationOnLostFocus(FrameworkElement)

Gets the value of the ValidationOnLostFocus attached property.

GetValidator(FrameworkElement)

Gets the value of the Validator attached property.

SetValidationOnLostFocus(FrameworkElement, bool)

Sets the value of the ValidationOnLostFocus attached property.

SetValidator(FrameworkElement, object)

Sets the value of the Validator attached property.