UploadControlValidationSettings.MultiSelectionErrorText Property
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the error text. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Multi |
---|---|---|
ASP. |
Upload |
|
Upload |
|
|
ASP. |
ASPx |
|
#Remarks
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
).