Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

IDashboardWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
DevExpress.DashboardCommon.Native.IDashboardWaitFormActivator

An object implementing the IDashboardWaitFormActivator interface.

See Also