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 TextProperty of a control. |
SetText(Control, String) | Sets the TextProperty for a control. |
Fields
TextProperty | Defines the Text attached property. This text will be considered during text search in SelectingItemsControl (such as ComboBox) |