Summary
A collection of
Control
s.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaList
<IControl> - IList
<IControl> - ICollection
<IControl> - I
Avalonia Read Only List <IControl> - IReadOnlyList
<IControl> - IReadOnlyCollection
<IControl> - IEnumerable
<IControl> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<IControl>
graph BT
Type-->Base0["AvaloniaList<IControl>"]
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaList<IControl>"]
Type-.->Interface1["IList<IControl>"]
Type-.->Interface2["ICollection<IControl>"]
Type-.->Interface3["IAvaloniaReadOnlyList<IControl>"]
Type-.->Interface4["IReadOnlyList<IControl>"]
Type-.->Interface5["IReadOnlyCollection<IControl>"]
Type-.->Interface6["IEnumerable<IControl>"]
Type-.->Interface7["INotifyCollectionChanged"]
Type-.->Interface8["INotifyPropertyChanged"]
Type-.->Interface9["IList"]
Type-.->Interface10["ICollection"]
Type-.->Interface11["IEnumerable"]
Type-.->Interface12["INotifyCollectionChangedDebug"]
click Interface12 "/api/Avalonia.Diagnostics/INotifyCollectionChangedDebug"
Type["Controls"]
class Type type-node
Syntax
public class Controls : AvaloniaList<IControl>, IAvaloniaList<IControl>, IList<IControl>,
ICollection<IControl>, IAvaloniaReadOnlyList<IControl>, IReadOnlyList<IControl>,
IReadOnlyCollection<IControl>, IEnumerable<IControl>, INotifyCollectionChanged,
INotifyPropertyChanged, IList, ICollection, IEnumerable, INotifyCollectionChangedDebug
Constructors
Name | Summary |
---|---|
Controls |
Initializes a new instance of the Controls class.
|
Controls |
Initializes a new instance of the Controls class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
CreateDerivedList |
I |
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
HitTestCustom |
bool | |
SortByZIndex |
IEnumerable |
From VisualExtensions
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
|