FileManagerSettingsToolbar.ShowDownloadButton Property
Obsolete. Gets or sets a value that specifies whether the download button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.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; }
<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 Overridable Property ShowDownloadButton As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the download button is visible, otherwise, false. |
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
Feedback