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

MVCxHtmlEditorFileManagerValidationSettings Class

Contains settings that relate to the HtmlEditor’s uploaded file validation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorFileManagerValidationSettings :
    MVCxFileManagerValidationSettings

Remarks

An object of the MVCxHtmlEditorFileManagerValidationSettings type can be accessed using the MVCxHtmlEditorFileManagerUploadSettings.ValidationSettings property (and ValidationSettings properties of the MVCxHtmlEditorFileManagerUploadSettings class’ descendants).

See Also