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 |