Class FormValidationDisplay
Specifies the validation message display position of the form field.
Inheritance
System.Object
FormValidationDisplay
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FormValidationDisplay : Enum
Fields
Inline
The validation message is displayed below the form field.
Declaration
public const FormValidationDisplay Inline
Field Value
Type | Description |
---|---|
FormValidationDisplay |
None
No validation messages are rendered. Useful when user want to have only ValidationSummary to show error messages.
Declaration
public const FormValidationDisplay None
Field Value
Type | Description |
---|---|
FormValidationDisplay |
Tooltip
The validation message is displayed in a tooltip.
Declaration
public const FormValidationDisplay Tooltip
Field Value
Type | Description |
---|---|
FormValidationDisplay |