[]
Represents a collection of behaviors.
public class BehaviorCollection : ObservableCollection<IBehavior>, IList<IBehavior>, ICollection<IBehavior>, IList, ICollection, IReadOnlyList<IBehavior>, IReadOnlyCollection<IBehavior>, IEnumerable<IBehavior>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IBehavior
| Name | Description |
|---|---|
| BehaviorCollection() | Initializes a new instance of the BehaviorCollection class. |
| Name | Description |
|---|---|
| HostObject | Gets or sets the object to which the behaviors are attached. |