Skip to content

Use a custom splash screen instead of the default Spreadsheet progress bar.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-spreadsheet-create-custom-progress-indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Spreadsheet - How to Create a Custom Progress Indicator

This example demonstrates how to use a custom splash screen to indicate the progress of lengthy operations (file load/save operations and export to PDF/HTML).

Spreadsheet - Custom Progress Indicator

Use IProgressIndicationService to create a custom progress indicator. Create a class that implements this interface and pass a class instance to the SpreadsheetControl.ReplaceService method to replace the default progress indication service with your own service.

Files to Review

Documentation