Parameter 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)
- C#
- VB
- F#
public string? Parameter { get; }
Public ReadOnly Property Parameter As String
Get
member Parameter : string with get
Property Value
String
The text that is used to determine which items to display in the AutoCompleteBox.