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

RichEditFileManagerEditingSettings Class

Contains settings that relate to the editing functionality of the embedded FileManager which is used within certain built-in dialogs.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditFileManagerEditingSettings :
    FileManagerSettingsEditing

The following members return RichEditFileManagerEditingSettings objects:

Remarks

An object of the RichEditFileManagerEditingSettings type can be accessed via the RichEditDocumentSelectorSettings.EditingSettings property.

See Also