Defines constants that specify the type of ValidationErrorTemplate.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ValidationErrorTemplateDisplayMode
Fields
Validation.ErrorTemplate will be shown with the setter's value.
C#
Default = 0
Validation.ErrorTemplate will be shown as a static message positioned on the right side of the control.
C#
Static = 2
Validation.ErrorTemplate will be shown as a static message on keyboard focus.
C#
StaticOnFocus = 3
Validation.ErrorTemplate will be shown as a tooltip.
C#
ToolTip = 1