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

UploadControlValidationSettings Class

Contains settings that relate to ASPxUploadControl‘s uploaded file validation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class UploadControlValidationSettings :
    PropertiesBase,
    IPropertiesOwner

The following members return UploadControlValidationSettings objects:

Remarks

An object of the UploadControlValidationSettings type can be accessed by the ASPxUploadControl.ValidationSettings property of an upload control.

See Also