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

ASPxHtmlEditorImageUploadSettings.ValidationSettings Property

Gets settings that relate to the validation of image files uploaded within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorImageUploadValidationSettings ValidationSettings { get; }

Property Value

Type Description
ASPxHtmlEditorImageUploadValidationSettings

A ASPxHtmlEditorImageUploadValidationSettings object that contains uploaded file validation settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ValidationSettings
ASP.NET Controls and MVC Extensions HtmlEditorInsertImageDialogSettings
.SettingsImageUpload .ValidationSettings
ASP.NET MVC Extensions MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageUpload .ValidationSettings

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the validation of image files uploaded by using the ASPxHtmlEditor control.

See Also