TextSearch Class
Allows to customize text searching in SelectingItemsControl.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class TextSearch
Public NotInheritable Class TextSearch
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TextSearch = class end
Inheritance | Object → TextSearch |
Methods
GetText(Control) | Gets the value of the TextProperty attached property from a given Control. |
GetTextBinding(Interactive) | Gets the value of the TextBindingProperty attached property from a given Interactive. |
SetText(Control, String) | Sets the value of the TextProperty attached property to a given Control. |
SetTextBinding(Interactive, IBinding) | Sets the value of the TextBindingProperty attached property to a given Interactive. |
Fields
TextBindingProperty | Defines the TextBinding attached property. The binding will be applied to each item during text search in SelectingItemsControl (such as ComboBox). |
TextProperty | Defines the Text attached property. This text will be considered during text search in SelectingItemsControl (such as ComboBox). This property is usually applied to an item container directly. |