Skip to main content

ExtractDataSourceUIHelper.UpdateExtractFile(DashboardExtractDataSource, IWin32Window, UserLookAndFeel) Method

Updates the extract data source file displaying the progress and allowing to cancel the process.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public static bool UpdateExtractFile(
    this DashboardExtractDataSource dataSource,
    IWin32Window owner,
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
dataSource DashboardExtractDataSource

The data source to update.

owner IWin32Window

A IWin32Window object that is the parent window for the task dialog.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object whose properties specify the look and feel settings applied to the dialog.

Returns

Type Description
Boolean

True, if the data source is successfully modified; otherwise, false.

Remarks

This method calls the UpdateExtractFile method and invokes a window that indicates task progress and allows task cancellation.

See Also