menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SearchResult - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SearchResult

    Inheritance
    System.Object
    SearchResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class SearchResult

    Constructors

    SearchResult()

    Declaration
    public SearchResult()

    Properties

    CaptureText

    Declaration
    public string CaptureText { get; set; }
    Property Value
    Type
    System.String

    CurrentIndex

    Declaration
    public int CurrentIndex { get; set; }
    Property Value
    Type
    System.Int32

    CurrentLineItem

    Declaration
    public LineItem CurrentLineItem { get; set; }
    Property Value
    Type
    LineItem

    CurrentSelection

    Declaration
    public SelectionPointer CurrentSelection { get; set; }
    Property Value
    Type
    SelectionPointer

    CursorIndex

    Declaration
    public int CursorIndex { get; set; }
    Property Value
    Type
    System.Int32

    EditTextSelection

    Declaration
    public SelectionPointer EditTextSelection { get; set; }
    Property Value
    Type
    SelectionPointer

    FindAllResult

    Declaration
    public IEnumerable<FindResult> FindAllResult { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<FindResult>

    MatchingLineItem

    Declaration
    public IEnumerable<LineItem> MatchingLineItem { get; set; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<LineItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved