Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DataProcessingMode GetDataProcessingMode(
    string dataMember
)

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