Skip to main content
A newer version of this page is available. .
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.v19.2.dll

Declaration

[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.")]
[DefaultValue(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:

Object Type Path to ShowCopyButton
ASPxFileManager
.SettingsToolbar.ShowCopyButton
HtmlEditorFileManager
.SettingsToolbar.ShowCopyButton
RichEditDocumentSelectorSettings
.ToolbarSettings.ShowCopyButton
RichEditFileManager
.SettingsToolbar.ShowCopyButton
RichEditFolderManager
.SettingsToolbar.ShowCopyButton
SpreadsheetDocumentSelectorSettings
.ToolbarSettings.ShowCopyButton
FileManagerSettings
.SettingsToolbar.ShowCopyButton
MVCxFileManager
.SettingsToolbar.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