ExtractDataSourceUIHelper.UpdateExtractFile(DashboardExtractDataSource, IWin32Window, UserLookAndFeel) Method
In This Article
Updates the extract data source file displaying the progress and allowing to cancel the process.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public static bool UpdateExtractFile(
this DashboardExtractDataSource dataSource,
IWin32Window owner,
UserLookAndFeel lookAndFeel
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Dashboard |
The data source to update. |
owner | IWin32Window | A IWin32Window object that is the parent window for the task dialog. |
look |
User |
A User |
#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