Skip to main content

DataSource.IsServerModeSupported Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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