Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string MultiSelectionErrorText { get; set; }

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
.ValidationSettings .MultiSelectionErrorText
UploadControlSettings
.ValidationSettings .MultiSelectionErrorText
ASP.NET Web Forms Controls ASPxUploadControl
.ValidationSettings .MultiSelectionErrorText

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