menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormValidationDisplay - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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

    FormValidationDisplay

    Tooltip

    The validation message is displayed in a tooltip.

    Declaration
    public const FormValidationDisplay Tooltip
    Field Value
    Type Description
    FormValidationDisplay

    FormValidationDisplay

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved