DashboardEFDataSource.GetDataProcessingMode(String) Method
In This Article
Returns the data processing mode for the specified data member contained in the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DataProcessingMode GetDataProcessingMode(
string dataMember
)
#Parameters
Name | Type | Description |
---|---|---|
data |
String | A String value that specifies the required data member. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also