Skip to main content

SetTextBinding Method

Sets the value of the TextBindingProperty attached property to a given Interactive.

Definition​

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static void SetTextBinding(
Interactive interactive,
IBinding? value
)

Parameters​

  Interactive
The interactive element.
  IBinding
The search text binding to set.

See Also​

Reference​

TextSearch Class
Avalonia.Controls.Primitives Namespace