Skip to main content
All docs
V25.1
  • LookUpEditSearchHighlightEventArgs.HighlightFirst Method

    Name Parameters Description
    HighlightFirst(CompareOptions) compareOptions In every data field value, selects the first found text portion that matches the user text.
    HighlightFirst(String, CompareOptions) text, compareOptions In every data field value, selects the first found text sequence if it matches the user text.
    HighlightFirst(String, String, CompareOptions) fieldName, text, compareOptions Selects the first found text sequence if it matches the user text and belongs to the specific data field.
    HighlightFirst(String[], String, CompareOptions) fieldNames, text, compareOptions Selects the first found text portion that matches the user text and belongs to any of the given data fields.