alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FindResult

    Inheritance
    System.Object
    FindResult
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class FindResult : Object

    Constructors

    FindResult()

    Declaration
    public FindResult()

    Properties

    Index

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

    LineNumber

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

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved