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

HtmlEditorFileManagerUploadSettings.ValidationSettings Property

Gets the upload validation settings applied for built-in file selectors.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public HtmlEditorFileManagerValidationSettings ValidationSettings { get; }

Property Value

Type Description
HtmlEditorFileManagerValidationSettings

An HtmlEditorFileManagerValidationSettings object that contains validation settings.

Property Paths

You can access this nested property as listed below:

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files in the ASPxHtmlEditor’s file selectors.

See Also