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

DataSource.IsServerModeSupported Property

Gets whether the current data source supports server-side data processing.

Namespace: DevExpress.DashboardCommon

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

Declaration

[Browsable(false)]
public bool IsServerModeSupported { get; }

Property Value

Type Description
Boolean

true, if the current data source supports server-side data processing; otherwise, false.

Remarks

Use the DataSource.DataProcessingMode property to enable server-side data processing.

See Also