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

DataSource.DataProcessingMode Property

Gets or sets the data processing mode for the current data source.

Namespace: DevExpress.DashboardCommon

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

Declaration

[Browsable(false)]
public DataProcessingMode DataProcessingMode { get; set; }

Property Value

Type Description
DataProcessingMode

A DataProcessingMode enumeration value that specifies the data processing mode for the current data source.

Available values:

Name Description
Client

Data-related operations are performed on the client side.

Server

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

Remarks

Use the DataSource.IsServerModeSupported property to determine whether the current data source supports server-side data processing.

Implements

See Also