SearchText Property
Gets the text that is used to filter items in the ItemsSource item collection.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public string? SearchText { get; }
Public ReadOnly Property SearchText As String
Get
member SearchText : string with get
Property Value
String
The text that is used to filter items in the ItemsSource item collection.
Remarks
The SearchText value is typically the same as the Text property, but is set after the TextChanged event occurs and before the Populating event.