Skip to main content
Tab

FileManagerValidationSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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