BinaryImageUploadValidationSettings Class
In This Article
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
#Related API Members
The following members return BinaryImageUploadValidationSettings objects:
#Remarks
An object of the BinaryImageUploadValidationSettings type can be accessed via the BinaryImageUploadSettings.UploadValidationSettings property.
#Inheritance
Object
StateManager
PropertiesBase
UploadControlValidationSettings
BinaryImageUploadValidationSettings
See Also