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

StoreExtractFilePageView.WaitFormActivator Property

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

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

public IDashboardWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
DevExpress.DashboardCommon.Native.IDashboardWaitFormActivator

An object implementing the IDashboardWaitFormActivator interface.

Implements

See Also