aspnet-devexpress-dot-web-dot-uploadcontrolvalidationsettings-260f6b53.md
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.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public string MultiSelectionErrorText { get; set; }
Public Property MultiSelectionErrorText As String
| Type | Description |
|---|---|
| String |
A String value that specifies the error text.
|
You can access this nested property as listed below:
| Library | Object Type | Path to MultiSelectionErrorText |
|---|---|---|
| ASP.NET MVC Extensions | UploadControlBinderSettings |
.ValidationSettings .MultiSelectionErrorText
| | UploadControlSettings |
.ValidationSettings .MultiSelectionErrorText
| | ASP.NET Web Forms Controls | ASPxUploadControl |
.ValidationSettings .MultiSelectionErrorText
|
The error text is displayed within the ASPxUploadControl ‘s specific error frame if the editor’s validation fails, provided the multi-file selection mode is used (the UploadAdvancedModeSettings.EnableMultiSelect property is set to true).
See Also
UploadControlValidationSettings Class