Click or drag to resize

ValidationGetShowErrorInTooltip Method

Gets whether validation errors are shown in the tool tip of the associated control or not.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static bool GetShowErrorInTooltip(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The target control.

Return Value

Type: Boolean
trueif validation errors are shown in the tool tip of the associated control; otherwise false.
See Also