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

ASPxBinaryImage.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageValidationSettings ValidationSettings { get; }

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