IWaitFormActivator.SetWaitFormObject(ISupportCancel) Method
In This Article
Specifies the content of a splash screen.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
void SetWaitFormObject(
ISupportCancel dataSourceLoader
)
#Parameters
Name | Type | Description |
---|---|---|
data |
ISupport |
An object implementing the ISupport |
See Also