ISupportUpdateSplash Interface
In This Article
Declares members implemented by a splash screen which can display the loading process dynamically.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
#Remarks
If you want to display loading progress information dynamically, implement the ISupportUpdateSplash interface in addition to ISplash. An example on implementing this interface is provided in the Use a Custom Class to Show a Splash Form (WinForms) topic.
See Also