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

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.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