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

FileManagerSettingsToolbar.ShowDownloadButton Property

OBSOLETE

To display the download button, add an object of the FileManagerToolbarDownloadButton type to the SettingsToolbar.Items collection. If the collection is empty, the download button is displayed provided that the SettingsEditing.AllowDownload property is set to true.

Gets or sets a value that specifies whether the download button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("To display the download button, add an object of the FileManagerToolbarDownloadButton type to the SettingsToolbar.Items collection. If the collection is empty, the download button is displayed provided that the SettingsEditing.AllowDownload property is set to true.")]
[DefaultValue(true)]
public virtual bool ShowDownloadButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the download button is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowDownloadButton
ASPxFileManager
.SettingsToolbar.ShowDownloadButton
HtmlEditorFileManager
.SettingsToolbar.ShowDownloadButton
RichEditDocumentSelectorSettings
.ToolbarSettings.ShowDownloadButton
RichEditFileManager
.SettingsToolbar.ShowDownloadButton
RichEditFolderManager
.SettingsToolbar.ShowDownloadButton
SpreadsheetDocumentSelectorSettings
.ToolbarSettings.ShowDownloadButton
FileManagerSettings
.SettingsToolbar.ShowDownloadButton
MVCxFileManager
.SettingsToolbar.ShowDownloadButton

Remarks

Use the ShowDownloadButton property to manage the visibility of the download button.

The button’s image can be customized by using the FileManagerImages.DownloadButton property.

See Also