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.UI.Xaml.DependencyProperty
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AutoCompleteTimeout
Declaration
public static TimeSpan AutoCompleteTimeout { get; set; }
Property Value
|
System.TimeSpan
|
Methods
CreateFullMatchFunc(String, TextSearchMode)
Declaration
public static Func<string, bool> CreateFullMatchFunc(string text, TextSearchMode mode)
Parameters
|
System.String
text
|
|
TextSearchMode
mode
|
Returns
|
System.Func<System.String, System.Boolean>
|
CreatePartialMatchFunc(String, TextSearchMode, Boolean)
Declaration
public static Func<string, bool> CreatePartialMatchFunc(string text, TextSearchMode mode, bool isTextSearchCaseSensitive)
Parameters
|
System.String
text
|
|
TextSearchMode
mode
|
|
System.Boolean
isTextSearchCaseSensitive
|
Returns
|
System.Func<System.String, System.Boolean>
|
GetText(DependencyObject)
Declaration
public static string GetText(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
System.String
|
GetTextPath(DependencyObject)
Declaration
public static string GetTextPath(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
System.String
|
SetText(DependencyObject, String)
Declaration
public static void SetText(DependencyObject element, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.String
value
|
SetTextPath(DependencyObject, String)
Declaration
public static void SetTextPath(DependencyObject element, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.String
value
|