Skip to main content
All docs
V23.2

DashboardSettings.UseCaseSensitiveDataProcessing Property

Specify whether the dashboard control executes a case-sensitive string comparison when you use Calculated Fields or Master Filtering functionality in Client data-processing mode.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static bool UseCaseSensitiveDataProcessing { get; set; }

Property Value

Type Description
Boolean

true to process data case-sensitively in Client data-processing mode; otherwise, false.

See Also