BinaryImageEditProperties.ValidationSettings Property
Gets the editor’s validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BinaryImageValidationSettings | A BinaryImageValidationSettings object that contains validation settings. |
Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of images uploaded to the editor.
See Also