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

BinaryImageUploadValidationSettings Class

Contains settings that relate to the validation of image files, uploaded using the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class BinaryImageUploadValidationSettings :
    UploadControlValidationSettings

The following members return BinaryImageUploadValidationSettings objects:

Remarks

An object of the BinaryImageUploadValidationSettings type can be accessed via the BinaryImageUploadSettings.UploadValidationSettings property.

See Also