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

RichEditDocumentSelectorUploadSettings Class

Contains settings that relate to the built-in Document Selector‘s file upload functionality.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditDocumentSelectorUploadSettings :
    FileManagerSettingsUpload

The following members return RichEditDocumentSelectorUploadSettings objects:

Remarks

A RichEditDocumentSelectorUploadSettings class instance can be accessed by using the RichEditDocumentSelectorSettings.UploadSettings property available via the ASPxRichEdit.SettingsDocumentSelector property.

See Also