DataSource.IsServerModeSupported Property
Gets whether the current data source supports server-side data processing.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
Implements
See Also