ValidationHelper.

SetShowValidationErrorOnMouseOver(UIElement, bool) Method

Summary

Sets whether the validation error text will be shown when hovering the validation triangle.
Namespace
MahApps.Metro.Controls
Containing Type
ValidationHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(UIElement))]
public static void SetShowValidationErrorOnMouseOver(UIElement element, bool value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value bool

Return Value

Type Description
void