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

FileManagerSettingsToolbar.ShowMoveButton Property

OBSOLETE

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

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

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

Remarks

If item moving is available (the FileManagerSettingsEditing.AllowMove property is set to true), you can manage the visibility of the move button via the ShowMoveButton property. If this property is set to false, end-users can move items, using the shortcut key F6.

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

See Also