TextSearch Class

Allows to customize text searching in SelectingItemsControl.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static class TextSearch
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)

See Also