AutoCompleteBox.

FilterMode Property

Summary

Gets or sets how the text in the text box is used to filter items specified by the Avalonia.Controls.AutoCompleteBox.ItemsSource property for display in the drop-down.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

public AutoCompleteFilterMode FilterMode { get; set; }

Remarks

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.

Value

Type Description
AutoCompleteFilterMode One of the AutoCompleteFilterMode values The default is StartsWith.