ISupportUpdateSplash Interface
Declares members implemented by a splash screen which can display the loading process dynamically.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
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