DataSource.IsServerModeSupported Property
In This Article
Gets whether the current data source supports server-side data processing.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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.
#Implements
See Also