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

MVCxFileManagerValidationSettings Class

Contains upload validation settings of a built-in file manager (Document Selector or Image Selector).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxFileManagerValidationSettings :
    FileManagerValidationSettings

The following members return MVCxFileManagerValidationSettings objects:

Remarks

A MVCxFileManagerValidationSettings class instance can be accessed as SettingsDocumentSelector.UploadSettings.ValidationSettings or SettingsImageSelector.UploadSettings.ValidationSettings on the HtmlEditor’s setting object level (using the FileManagerSettingsUpload.ValidationSettings property available through the HtmlEditorFileManagerSettingsBase.UploadSettings property, which can be accessed with either the HtmlEditorSettings.SettingsDocumentSelector or HtmlEditorSettings.SettingsImageSelector property).

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also