Skip to main content
All docs
V19.2

RichEditFileManagerEditingSettings.AllowDownload Property

Gets or sets a value specifying whether file downloading is enabled in the FileManager used within certain built-in dialogs.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public override bool AllowDownload { get; }

Property Value

Type Description
Boolean

true, if file downloading is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowDownload
RichEditDocumentSelectorSettings
.EditingSettings.AllowDownload
See Also