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.v24.1.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 |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowCopyButton |
---|---|---|
ASP.NET Web Forms Controls | ASPxFileManager |
|
RichEditDocumentSelectorSettings |
|
|
SpreadsheetDocumentSelectorSettings |
|
|
ASP.NET MVC Extensions | FileManagerSettings |
|
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.