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.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

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).

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also