Vue FileManager - notifications
Selector: DxNotifications
Type:
showPanel
The File Manager's Refresh button () displays additional marks (progress, check or exclamation mark) when the progress panel contains notifications and progress information. Click this button to show the progress panel.
The Refresh button does not display notification marks if the showPanel option is set to false.
App.js
- import React from 'react';
- import FileManager, { Notifications } from 'devextreme-react/file-manager';
- const App = () => {
- return (
- <FileManager>
- <Notifications
- showPanel={false}
- />
- </FileManager>
- );
- };
- export default App;
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.