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

FileManagerSettingsToolbar.ShowRefreshButton Property

OBSOLETE

To display the refresh button, add an object of the FileManagerToolbarRefreshButton type to the SettingsToolbar.Items collection. If the collection is empty, the refresh button is displayed.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("To display the refresh button, add an object of the FileManagerToolbarRefreshButton type to the SettingsToolbar.Items collection. If the collection is empty, the refresh button is displayed.")]
[DefaultValue(true)]
public virtual bool ShowRefreshButton { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ShowRefreshButton property to manage the visibility of the refresh button.

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

See Also