Delete Button
The Delete Button is a toolbar item that is used to delete files and folders.
The table below lists the main members that affect button appearance and functionality.
Characteristics | Members |
---|---|
Accessibility | FileManagerSettingsEditing.AllowDelete |
Appearance | FileManagerStyles.ToolbarItem |
Image | FileManagerImages.DeleteButton |
The toolbox displays the Delete Button if the FileManagerSettingsToolbar.Items collection contains an object of the FileManagerToolbarDeleteButton type. In this case, the FileManagerSettingsEditing.AllowDelete property controls button availability.
If the FileManagerSettingsToolbar.Items collection is empty, the FileManagerSettingsEditing.AllowDelete property controls the Delete Button visibility.