FileManagerSettingsToolbar.ShowRefreshButton Property
Obsolete. Gets or sets a value that specifies whether the refresh button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.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; }
<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 Overridable Property ShowRefreshButton As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the refresh button is visible, otherwise, false. |
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
Feedback