RowDefinitions Class

A collection of RowDefinitions.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class RowDefinitions : DefinitionList<RowDefinition>
Inheritance
Object    AvaloniaListRowDefinition    DefinitionListRowDefinition    RowDefinitions

Constructors

RowDefinitions Initializes a new instance of the RowDefinitions class.
RowDefinitions(String) Initializes a new instance of the RowDefinitions class.

Properties

Capacity
(Inherited from AvaloniaListRowDefinition)
Count
(Inherited from AvaloniaListRowDefinition)
Item
(Inherited from AvaloniaListRowDefinition)
ResetBehavior
(Inherited from AvaloniaListRowDefinition)
Validate
(Inherited from AvaloniaListRowDefinition)

Methods

Add(UTP)
(Inherited from AvaloniaListRowDefinition)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListRowDefinition)
Clear
(Inherited from AvaloniaListRowDefinition)
Contains(UTP)
(Inherited from AvaloniaListRowDefinition)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListRowDefinition)
EnsureCapacity(Int32)
(Inherited from AvaloniaListRowDefinition)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumerator
(Inherited from AvaloniaListRowDefinition)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListRowDefinition)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListRowDefinition)
Insert(Int32, UTP)
(Inherited from AvaloniaListRowDefinition)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListRowDefinition)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Move(Int32, Int32)
(Inherited from AvaloniaListRowDefinition)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListRowDefinition)
Parse(String) Parses a string representation of row definitions collection.
Remove(UTP)
(Inherited from AvaloniaListRowDefinition)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListRowDefinition)
RemoveAt(Int32)
(Inherited from AvaloniaListRowDefinition)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListRowDefinition)
ToString
(Overrides ObjectToString)

Events

CollectionChanged
(Inherited from AvaloniaListRowDefinition)
PropertyChanged
(Inherited from AvaloniaListRowDefinition)

See Also