PopulatingEventArgsParameter Property

Gets the text that is used to determine which items to display in the AutoCompleteBox control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string? Parameter { get; }

Property Value

String
The text that is used to determine which items to display in the AutoCompleteBox.

See Also