Enum
FormValidationMessageType

Defines the way the validation errors should be rendered.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum FormValidationMessageType

Fields

Inline

The validation errors are rendered below the form editor component.

Declaration

cs-api-definition
Inline = 1

Field Value

FormValidationMessageType

None

No validation messages are rendered. Useful when user want to have only ValidationSummary to show error messages.

Declaration

cs-api-definition
None = 0

Field Value

FormValidationMessageType

Tooltip

The validation errors are rendered in a tooltip.

Declaration

cs-api-definition
Tooltip = 2

Field Value

FormValidationMessageType

In this article
DefinitionFieldsInlineNoneTooltip
Not finding the help you need?
Contact Support