TextProperty Field
Defines the Text attached property. This text will be considered during text search in SelectingItemsControl (such as ComboBox). This property is usually applied to an item container directly.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<string?> TextProperty
Public Shared ReadOnly TextProperty As AttachedProperty(Of String)
static val TextProperty: AttachedProperty<string>