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
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 MultiSelectionErrorText |
---|---|---|
ASP.NET MVC Extensions | UploadControlBinderSettings |
|
UploadControlSettings |
|
|
ASP.NET Web Forms Controls | ASPxUploadControl |
|
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
).
See Also