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

FileManagerSettingsToolbar.ShowRenameButton Property

OBSOLETE

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

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

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

Remarks

If item renaming is available (the FileManagerSettingsEditing.AllowRename property is set to true), you can manage the visibility of the rename button via the ShowRenameButton property. If this property is set to false, end-users can rename items using the shortcut key F2.

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

See Also