Skip to main content
All docs
V26.1
  • TextSearchOptions.MatchCase Property

    Indicates whether the search is case-sensitive.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool MatchCase { get; set; }

    Property Value

    Type Description
    Boolean

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

    Remarks

    Set MatchCase to true to find text that matches letter case. For example, a search for “myString” matches “myString” but not “mystring”.

    See Also