showPanel
Type:
Default Value: true
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.
HTML
TypeScript
- <dx-file-manager id="fileManager">
- <dxo-notifications
- [showPanel]="false">
- </dxo-notifications>
- <!-- ... -->
- </dx-file-manager>
- import { DxFileManagerModule } from "devextreme-angular";
- // ...
- export class AppComponent {
- // ...
- }
- @NgModule({
- imports: [
- // ...
- DxFileManagerModule
- ],
- // ...
- })
showPopup
Type:
Default Value: true
HTML
TypeScript
- <dx-file-manager id="fileManager">
- <dxo-notifications [showPopup]="false">
- </dxo-notifications>
- <!-- ... -->
- </dx-file-manager>
- import { DxFileManagerModule } from "devextreme-angular";
- // ...
- export class AppComponent {
- // ...
- }
- @NgModule({
- imports: [
- // ...
- DxFileManagerModule
- ],
- // ...
- })
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.