Skip to main content

HtmlEditorFileManagerValidationSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#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