Click or drag to resize

ValidationProperties Class

Provides an attached property required for the validation
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ValidationValidationProperties

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class ValidationProperties

The ValidationProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetErrors
Gets the value of Errors
Public methodStatic memberGetHasErrors
Gets the value of HasErrors
Public methodStatic memberGetIsDisabledByErrorInPropertyName
Gets the value of IsDisabledByErrorInPropertyName
Public methodStatic memberGetIsMandatory
Gets the value of IsMandatoryProperty
Public methodStatic memberSetErrors
Sets the value of the Errors attached property
Public methodStatic memberSetHasErrors
Sets the value of the HasErrors attached property
Public methodStatic memberSetIsDisabledByErrorInPropertyName
Sets the value of the IsDisabledByErrorInPropertyName attached property
Public methodStatic memberSetIsMandatory
Sets the value of the IsMandatoryProperty attached property
Top
Fields
  NameDescription
Public fieldStatic memberErrorsProperty
Identifies the Errors dependency property
Public fieldStatic memberHasErrorsProperty
Identifies the HasErrors dependency property
Public fieldStatic memberIsDisabledByErrorInPropertyNameProperty
Identifies the IsDisabledByErrorInPropertyName dependency property
Public fieldStatic memberIsMandatoryProperty
Identifies the IsMandatoryProperty dependency property
Top
Attached Properties
  NameDescription
Public attached propertyErrors
Identifies the Errors dependency property
Public attached propertyHasErrors
Identifies the HasErrors dependency property
Public attached propertyIsDisabledByErrorInPropertyName
Identifies the IsDisabledByErrorInPropertyName dependency property
Public attached propertyIsMandatory
Identifies the IsMandatoryProperty dependency property
Top
See Also