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 |