ValidationHelper Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ValidationHelper"] class Type type-node

Syntax

public static class ValidationHelper

Fields

Name Constant Value Summary
CloseOnMouseLeftButtonDownProperty
Identifies the CloseOnMouseLeftButtonDown attached property.
static
ShowValidationErrorOnMouseOverProperty
Identifies the ShowValidationErrorOnMouseOver attached property.
static

Methods

Name Value Summary
GetCloseOnMouseLeftButtonDown(UIElement) bool
Gets whether if the popup can be closed by left mouse button down.
static
GetShowValidationErrorOnMouseOver(UIElement) bool
Gets whether the validation error text will be shown when hovering the validation triangle.
static
SetCloseOnMouseLeftButtonDown(UIElement, bool) void
Sets whether if the popup can be closed by left mouse button down.
static
SetShowValidationErrorOnMouseOver(UIElement, bool) void
Sets whether the validation error text will be shown when hovering the validation triangle.
static