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

HtmlEditorFileManagerValidationSettings Class

Contains settings that relate to an ASPxHtmlEditor’s uploaded file validation.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorFileManagerValidationSettings :
    FileManagerValidationSettings

The following members return HtmlEditorFileManagerValidationSettings objects:

Remarks

An object of the HtmlEditorFileManagerValidationSettings type can be accessed using the HtmlEditorFileManagerUploadSettings.ValidationSettings property.

See Also