DataSource.DataProcessingMode Property
Gets or sets the data processing mode for the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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