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 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

TextBindingPropertyDefines the TextBinding attached property. The binding will be applied to each item during text search in SelectingItemsControl (such as ComboBox).
TextPropertyDefines 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.

See Also

Reference

Avalonia.Controls.Primitives Namespace