VisualElement.Behaviors Property

Definition

Gets the list of Behavior objects associated to this element. This is a read-only bindable property.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ Behaviors { System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior>
Public ReadOnly Property Behaviors As IList(Of Behavior)

Property Value

Applies to