Class TextSearch
Enables the user to search a list of items in an ItemsControl using keyboard input.
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: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class TextSearch : DependencyObject
Fields
| Improve this Doc View SourceTextPathProperty
Identifies the TextSearch.TextPath attached property.
Declaration
[NotImplemented]
public static readonly DependencyProperty TextPathProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
| Improve this Doc View SourceGetTextPath(DependencyObject)
Returns the name of the property that identifies an item in the specified element's collection.
Declaration
[NotImplemented]
public static string GetTextPath(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The element from which the property value is read. |
Returns
Type | Description |
---|---|
System.String | The name of the property that identifies the item to the user. |
SetTextPath(DependencyObject, String)
Writes the TextSearch.TextPath attached property to the specified element.
Declaration
[NotImplemented]
public static void SetTextPath(DependencyObject element, string path)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The element to which the property value is written. |
System.String | path | The name of the property that identifies an item. |