PopulatingEventArgs.

Parameter Property

Summary

Gets the text that is used to determine which items to display in the AutoCompleteBox control.
Namespace
Avalonia.Controls
Containing Type
PopulatingEventArgs

Syntax

public string Parameter { get; private set; }

Value

Type Description
string The text that is used to determine which items to display in the AutoCompleteBox.