Class TextSearch
Inheritance
System.Object
TextSearch
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class TextSearch : Object
Fields
TextPathProperty
Declaration
public static readonly DependencyProperty TextPathProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
Properties
AutoCompleteTimeout
Declaration
public static TimeSpan AutoCompleteTimeout { get; set; }
Property Value
System.
|
Methods
CreateFullMatchFunc(String, TextSearchMode)
Declaration
public static Func<string, bool> CreateFullMatchFunc(string text, TextSearchMode mode)
Parameters
System.
|
Text
|
Returns
System.
|
CreatePartialMatchFunc(String, TextSearchMode, Boolean)
Declaration
public static Func<string, bool> CreatePartialMatchFunc(string text, TextSearchMode mode, bool isTextSearchCaseSensitive)
Parameters
System.
|
Text
|
System.
|
Returns
System.
|
GetText(DependencyObject)
Declaration
public static string GetText(DependencyObject element)
Parameters
Microsoft.
|
Returns
System.
|
GetTextPath(DependencyObject)
Declaration
public static string GetTextPath(DependencyObject element)
Parameters
Microsoft.
|
Returns
System.
|
SetText(DependencyObject, String)
Declaration
public static void SetText(DependencyObject element, string value)
Parameters
Microsoft.
|
System.
|
SetTextPath(DependencyObject, String)
Declaration
public static void SetTextPath(DependencyObject element, string value)
Parameters
Microsoft.
|
System.
|