How to: Add DXSplashScreen to Your Project
This tutorial shows how to add DXSplashScreen to a Silverlight Web application. Note that DXSplashScreen must be added to the Web-part of the application.
#Add DXSplashScreen to a Project
At design time, right-click the Web project of your Silverlight application in Solution Explorer, and select Add DevExpress Item | New Item...
A Template Gallery allowing you to add project items will be displayed.
In the invoked Template Gallery, locate the DXSplashScreen item.
Click this item to navigate to its details page, and click the Add Item button.
This creates files that support the DXSplashScreen infrastructure (the SplashScreen.xaml and SplashScreen.js files), and adds a splash screen registration code to the SilverlightApplicationTestPage.aspx and SilverlightApplicationTestPage.html files. The generated SplashScreen.xaml contains the splash screen implementation. You can modify this file according to your needs to create a custom splash screen.
You can now run the application. The splash screen will automatically be invoked on application startup during assembly loading, and will be closed once main page initialization is complete.