Skip to main content
A newer version of this page is available. .

IStoreExtractFilePageView.WaitFormActivator Property

Returns an object that displays a form while the wizard is loading information about a data extract.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

IDashboardWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
DevExpress.DashboardCommon.Native.IDashboardWaitFormActivator

An object implementing the IDashboardWaitFormActivator interface.

See Also