DataSource.DataProcessingMode Property
Gets or sets the data processing mode for the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Browsable(false)]
public DataProcessingMode DataProcessingMode { get; set; }
<Browsable(False)>
Public Property DataProcessingMode As DataProcessingMode
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
Feedback