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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(true)]
[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.")]
public virtual bool ShowRefreshButton { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowRefreshButton |
---|---|---|
ASP.NET Web Forms Controls | ASPxFileManager |
|
RichEditDocumentSelectorSettings |
|
|
SpreadsheetDocumentSelectorSettings |
|
|
ASP.NET MVC Extensions | FileManagerSettings |
|
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