Skip to main content
Tab

BinaryImageUploadValidationSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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