Back to Devexpress

DashboardSettings.UseCaseSensitiveDataProcessing Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardsettings.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public static bool UseCaseSensitiveDataProcessing { get; set; }
vb
Public Shared Property UseCaseSensitiveDataProcessing As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DashboardSettings Class

DashboardSettings Members

DevExpress.DashboardCommon Namespace