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

FileManagerValidationSettings Class

Contains settings that relate to an ASPxFileManager’s uploaded file validation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FileManagerValidationSettings :
    UploadControlValidationSettings

The following members return FileManagerValidationSettings objects:

Remarks

An object of the FileManagerValidationSettings type can be accessed via the FileManagerSettingsUpload.ValidationSettings property of a file manager control.

See Also