ASPxBinaryImage.ValidationSettings Property
In This Article
Gets the editor’s validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public BinaryImageValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Binary |
A Binary |
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of images uploaded to the editor.
See Also