Skip to main content
A newer version of this page is available. .
Tab

UploadControlValidationSettings.MaxFileCountErrorText Property

Gets or sets the error text indicating that the number of files selected for upload exceeds the maximum allowed value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("{0} file(s) have been removed from the selection because they exceed the limit of files to be uploaded at once (which is set to {1}).")]
public string MaxFileCountErrorText { get; set; }

Property Value

Type Default Description
String "{0} file(s) have been removed from the selection because they exceed the limit of files to be uploaded at once (which is set to {1})."

A String value that specifies the error text.

Property Paths

You can access this nested property as listed below:

Show 32 property paths
Library Object Type Path to MaxFileCountErrorText
ASP.NET Bootstrap Controls BootstrapBinaryImageUploadSettings
.UploadValidationSettings.MaxFileCountErrorText
BootstrapUploadControl
.ValidationSettings.MaxFileCountErrorText
ASP.NET Web Forms Controls ASPxHtmlEditorAudioUploadSettings
.ValidationSettings.MaxFileCountErrorText
ASPxHtmlEditorFlashUploadSettings
.ValidationSettings.MaxFileCountErrorText
ASPxHtmlEditorImageUploadSettings
.ValidationSettings.MaxFileCountErrorText
ASPxHtmlEditorUploadControl
.ValidationSettings.MaxFileCountErrorText
ASPxHtmlEditorVideoUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorAudioSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorDocumentSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorFileManagerUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorFlashSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorImageSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
HtmlEditorVideoSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
RichEditDocumentSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
SpreadsheetFileManagerUploadSettings
.ValidationSettings.MaxFileCountErrorText
ASPxUploadControl
.ValidationSettings.MaxFileCountErrorText
BinaryImageUploadSettings
.UploadValidationSettings.MaxFileCountErrorText
FileManagerSettingsUpload
.ValidationSettings.MaxFileCountErrorText
UploadControlBinderSettings
.ValidationSettings.MaxFileCountErrorText
MVCxFileManagerSettingsUpload
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorAudioSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorAudioUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorDocumentSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorFileManagerUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorFlashSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorFlashUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorImageSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorImageUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorVideoSelectorUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxHtmlEditorVideoUploadSettings
.ValidationSettings.MaxFileCountErrorText
MVCxUploadControl
.ValidationSettings.MaxFileCountErrorText
UploadControlSettings
.ValidationSettings.MaxFileCountErrorText

Remarks

The error text is displayed in the ASPxUploadControl‘s specific error frame if the number of files selected for upload exceeds the value defined by the UploadControlValidationSettings.MaxFileCount property.

See Also