Skip to main content
Tab

FileManagerSettingsToolbar.ShowCopyButton Property

OBSOLETE

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

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCopyButton
ASP.NET MVC Extensions FileManagerSettings
.SettingsToolbar .ShowCopyButton
ASP.NET Web Forms Controls ASPxFileManager
.SettingsToolbar .ShowCopyButton
RichEditDocumentSelectorSettings
.ToolbarSettings .ShowCopyButton
SpreadsheetDocumentSelectorSettings
.ToolbarSettings .ShowCopyButton

Remarks

The ShowCopyButton property is in effect if the FileManagerSettingsEditing.AllowCopy property is set to true.

Use the FileManagerImages.CopyButton property to customize the button’s image.

See Also