Skip to main content

DataSource.DataProcessingMode Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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.

Remarks

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

Implements

See Also