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

DataProcessingMode Enum

Lists values used to specify the data processing mode.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public enum DataProcessingMode

Members

Name Description
Client

Data-related operations are performed on the client side.

Server

Data-related operations are performed on the database server side.

Related API Members

Remarks

Values listed in this enumeration are used to set the following properties.

You can also use the DashboardSqlDataSource.GetDataProcessingMode/DashboardEFDataSource.GetDataProcessingMode methods to obtain the data processing mode of the specified data source.

See Also