BinaryImageUploadSettings.UploadValidationSettings Property
Gets the upload validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BinaryImageUploadValidationSettings | A BinaryImageUploadValidationSettings object that contains validation settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UploadValidationSettings |
---|---|
BinaryImageEditingSettings |
|
Remarks
Use the UploadValidationSettings property to access and customize the settings that relate to the validation of uploaded files.
See Also