Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.91 KB

File metadata and controls

31 lines (21 loc) · 2.91 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)