Skip to main content

HtmlEditorFileManagerUploadSettings.ValidationSettings Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#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:

Object Type Path to ValidationSettings
HtmlEditorFileManagerSettingsBase
.UploadSettings .ValidationSettings

#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