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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:Other


Languages

Language:C# 52.2%Language:Visual Basic .NET 47.8%