Skip to main content
All docs
V25.2
  • TextSearchOptions.MatchCase Property

    Indicates whether the search is case-sensitive.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public bool MatchCase { get; set; }

    Property Value

    Type Description
    Boolean

    true to perform a case-sensitive search; otherwise, false.

    Remarks

    Set the MatchCase property to true to find text portions with matching capitalization. For example, searching for “myString” matches the value “myString”, but not “mystring”.

    See Also