Back to Devexpress

BinaryImageEditProperties.ValidationSettings Property

aspnet-devexpress-dot-web-dot-binaryimageeditproperties-7aa38e6c.md

latest1.4 KB
Original Source

BinaryImageEditProperties.ValidationSettings Property

Gets the editor’s validation settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BinaryImageValidationSettings ValidationSettings { get; }
vb
Public ReadOnly Property ValidationSettings As BinaryImageValidationSettings

Property Value

TypeDescription
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

Binary Image

BinaryImageEditProperties Class

BinaryImageEditProperties Members

DevExpress.Web Namespace