Skip to main content

Move Button

The Move Button is a toolbar item used to move files and folders.

 

ASPXFileManager - Move Button

 

The table below lists the main members that affect the button’s appearance and functionality:

Characteristics Members
Accessibility FileManagerSettingsEditing.AllowMove (via the FileManagerSettings.SettingsEditing.AllowMove)
Appearance FileManagerStyles.ToolbarItem (via the FileManagerSettings.Styles.ToolbarItem)
Image FileManagerImages.MoveButton (via the FileManagerSettings.Images.MoveButton)
Visibillity 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 AllowMove property is set to true.