Skip to main content
All docs
V25.1
  • 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.1.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