Skip to main content

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