DashboardControl.ReloadDataSource(String) Method
In This Article
Reloads data from the specified data source. Accepts data source component name as the parameter.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
String | A String value that specifies the data source component name. |
#Remarks
The following code snippet reloads the Extract data source:
See Also