alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FormValidationDisplay

    Specifies the position or style in which validation messages are displayed for form fields.

    Namespace: Syncfusion.Blazor.DataForm
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum FormValidationDisplay
    Remarks

    The FormValidationDisplay enumeration controls how validation messages appear in a Syncfusion DataForm, allowing customization of error message presentation based on user experience requirements.

    Examples
    <SfDataForm ValidationMessageDisplay="FormValidationDisplay.Tooltip" ... >
    </SfDataForm>

    Fields

    Name Description
    Inline

    The validation message for a field is displayed inline, directly below that field within the form layout.

    None

    No validation message is displayed next to fields; only summary components may show error details.

    Tooltip

    The validation message is displayed as a tooltip, shown as a floating message when the field has an error and is focused or hovered.

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