Click or drag to resize

Validation Class

Validation XAML extensions.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.XamlExtensionsValidation

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class Validation

The Validation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetShowErrorInTooltip
Gets whether validation errors are shown in the tool tip of the associated control or not.
Public methodStatic memberSetShowErrorInTooltip
Sets whether validation errors are shown in the tool tip of the associated control or not.
Top
Fields
  NameDescription
Public fieldStatic memberShowErrorInTooltipProperty
Identifies the ShowErrorInTooltip attached property
Top
Attached Properties
  NameDescription
Public attached propertyShowErrorInTooltip
If set to true validation errors are shown in the tooltip of the associated control.
Top
See Also