Summary
A collection of
RowDefinition
s.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaList
<RowDefinition> - IList
<RowDefinition> - ICollection
<RowDefinition> - I
Avalonia Read Only List <RowDefinition> - IReadOnlyList
<RowDefinition> - IReadOnlyCollection
<RowDefinition> - IEnumerable
<RowDefinition> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
graph BT
Type-->Base0["DefinitionList<RowDefinition>"]
Base0-->Base1["AvaloniaList<RowDefinition>"]
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaList<RowDefinition>"]
Type-.->Interface1["IList<RowDefinition>"]
Type-.->Interface2["ICollection<RowDefinition>"]
Type-.->Interface3["IAvaloniaReadOnlyList<RowDefinition>"]
Type-.->Interface4["IReadOnlyList<RowDefinition>"]
Type-.->Interface5["IReadOnlyCollection<RowDefinition>"]
Type-.->Interface6["IEnumerable<RowDefinition>"]
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["RowDefinitions"]
class Type type-node
Syntax
public class RowDefinitions : DefinitionList<RowDefinition>, IAvaloniaList<RowDefinition>,
IList<RowDefinition>, ICollection<RowDefinition>, IAvaloniaReadOnlyList<RowDefinition>,
IReadOnlyList<RowDefinition>, IReadOnlyCollection<RowDefinition>, IEnumerable<RowDefinition>,
INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable,
INotifyCollectionChangedDebug
Constructors
Name | Summary |
---|---|
RowDefinitions |
Initializes a new instance of the RowDefinitions class.
|
RowDefinitions |
Initializes a new instance of the RowDefinitions class.
|
Methods
Name | Value | Summary |
---|---|---|
Parse |
RowDefinitions |
Parses a string representation of row definitions collection.
static
|
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.
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
|