Skip to main content

TextSearch Class

Allows to customize text searching in SelectingItemsControl.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static class TextSearch
View Source
InheritanceObject → TextSearch

Methods

GetText(Control)Gets the TextProperty of a control.
SetText(Control, String)Sets the TextProperty for a control.

Fields

TextPropertyDefines the Text attached property. This text will be considered during text search in SelectingItemsControl (such as ComboBox)

See Also

Reference

Avalonia.Controls.Primitives Namespace