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