menu

Blazor

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

    Show / Hide Table of Contents

    Class ValidationMessages

    Defines the argument for the ValidationMessages.

    Inheritance
    System.Object
    ValidationMessages
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ValidationMessages : Object

    Constructors

    ValidationMessages()

    Declaration
    public ValidationMessages()

    Properties

    MaxSize

    Gets or sets the maximum file size validation message if the selected file size is less than the specified MaxFileSize property.

    Declaration
    public string MaxSize { get; set; }
    Property Value
    Type Description
    System.String

    System.String

    MinSize

    Gets or sets the minimum file size validation message if the selected file size is less than the specified MinFileSize property.

    Declaration
    public string MinSize { get; set; }
    Property Value
    Type Description
    System.String

    System.String

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