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

RichEditFileManagerValidationSettings Class

Contains settings that relate to the validation of document files, uploaded using the FileNamager embedded into the RIchEdit’s file dialogs (Document Selector).

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v21.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditFileManagerValidationSettings :
    FileManagerValidationSettings

The following members return RichEditFileManagerValidationSettings objects:

Remarks

An object of the RichEditFileManagerValidationSettings type can be accessed via the RichEditDocumentSelectorUploadSettings.ValidationSettings property.

See Also