AutoCompleteBoxFilterMode Property
Gets or sets how the text in the text box is used to filter items
specified by the
ItemsSource
property for display in the drop-down.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutoCompleteFilterMode FilterMode { get; set; }
Public Property FilterMode As AutoCompleteFilterMode
Get
Set
member FilterMode : AutoCompleteFilterMode with get, set
Property Value
AutoCompleteFilterModeOne of the
AutoCompleteFilterMode
values The default is
StartsWith.
Use the FilterMode property to specify how possible matches are
filtered. For example, possible matches can be filtered in a
predefined or custom way. The search mode is automatically set to
Custom if you set the ItemFilter property.