Skip to main content

Delete Button

The Delete Button is a toolbar item used to delete files and folders.

ASPXFileManager - Delete Button

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

Characteristics Members
Accessibility FileManagerSettingsEditing.AllowDelete (via the FileManagerSettings.SettingsEditing.AllowDelete)
Appearance FileManagerStyles.ToolbarItem (via the FileManagerSettings.Styles.ToolbarItem)
Image FileManagerImages.DeleteButton (via the FileManagerSettings.Images.DeleteButton)
Visibillity To display the delete button, add an object of the FileManagerToolbarDeleteButton type to the SettingsToolbar.Items collection. If the collection is empty, the delete button is displayed provided that the AllowDelete property is set to true.