IWaitFormActivator.ShowWaitForm(Boolean, Boolean, Boolean) Method
Displays a splash screen with the specified parameters.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
fadeIn | Boolean | true to use the fade-in animation when loading the form. |
fadeOut | Boolean | true to use the fade-out animation when closing the form. |
useDelay | Boolean | true to enable the timeout when loading the form. |
See Also