SpreadsheetFileManagerValidationSettings Members
In This Article
This class is not in effect for the ASPxSpreadsheet control. Contains settings that relate to the validation of document files, uploaded using the ASPxSpreadsheet’s Open File (Document Selector) dialog.
#Constructors
Name | Description |
---|---|
Spreadsheet |
Initializes a new instance of the Spreadsheet |
#Properties
Name | Description |
---|---|
Allowed |
Obsolete. Gets or sets the allowed content types of the uploaded file.
Inherited from Upload |
Allowed |
This property is not in effect for the File |
Disable |
Specifies whether to disable the ASPx |
Error |
Gets the style settings for rendering the error message that is displayed if the uploaded file does not pass validation.
Inherited from Upload |
File |
Obsolete. Gets or sets the error text which indicates that the file selected for upload doesn’t exist on the client computer.
Inherited from Upload |
General |
Gets or sets the error text indicating that an external error occurs during the specified file’s uploading.
Inherited from Upload |
Max |
Gets or sets the maximum file count to be uploaded at once.
Inherited from Upload |
Max |
Gets or sets the error text indicating that the number of files selected for upload exceeds the maximum allowed value.
Inherited from Upload |
Max |
Gets or sets the maximum size of an uploaded file. |
Max |
Gets or sets the error text indicating that the uploaded file’s size exceeds the maximum allowed value.
Inherited from Upload |
Multi |
Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails, provided the multi-file selection mode is used.
Inherited from Upload |
Not |
Obsolete. Gets or sets the error text indicating that the specified file’s content type is not allowed.
Inherited from Upload |
Not |
Gets or sets the error text indicating that the specified file’s extension is not allowed.
Inherited from Upload |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified Properties |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
This method is not in effect for the Upload |
See Also