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

DashboardXpoDataSource.DataProcessingMode Property

Gets or sets the data processing mode.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

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

Declaration

[DefaultValue(DataProcessingMode.Server)]
public DataProcessingMode DataProcessingMode { get; set; }

Property Value

Type Default Description
DataProcessingMode Server

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

See Also