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