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

    Indicates whether or not to take into account only whole words when searching text.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool WholeWordOnly { get; set; }

    Property Value

    Type Description
    Boolean

    true, if whole words should match the search criteria; otherwise false.

    See Also