EnumValidationErrorTemplateDisplayMode
Enum
Defines constants that specify the type of ValidationErrorTemplate.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum ValidationErrorTemplateDisplayMode
Fields
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.