Share via


RowDefinitionCollection Class

Definition

A collection of RowDefinition objects that define the rows of a Grid.

public ref class RowDefinitionCollection sealed : Microsoft::Maui::Controls::DefinitionCollection<Microsoft::Maui::Controls::RowDefinition ^>
public sealed class RowDefinitionCollection : Microsoft.Maui.Controls.DefinitionCollection<Microsoft.Maui.Controls.RowDefinition>
type RowDefinitionCollection = class
    inherit DefinitionCollection<RowDefinition>
Public NotInheritable Class RowDefinitionCollection
Inherits DefinitionCollection(Of RowDefinition)
Inheritance
RowDefinitionCollection

Constructors

Name Description
RowDefinitionCollection()
RowDefinitionCollection(RowDefinition[])

Properties

Name Description
Count (Inherited from DefinitionCollection<T>)
IsReadOnly (Inherited from DefinitionCollection<T>)
Item[Int32] (Inherited from DefinitionCollection<T>)

Methods

Name Description
Add(T) (Inherited from DefinitionCollection<T>)
Clear() (Inherited from DefinitionCollection<T>)
Contains(T) (Inherited from DefinitionCollection<T>)
CopyTo(T[], Int32) (Inherited from DefinitionCollection<T>)
GetEnumerator() (Inherited from DefinitionCollection<T>)
IndexOf(T) (Inherited from DefinitionCollection<T>)
Insert(Int32, T) (Inherited from DefinitionCollection<T>)
Remove(T) (Inherited from DefinitionCollection<T>)
RemoveAt(Int32) (Inherited from DefinitionCollection<T>)

Events

Name Description
ItemSizeChanged (Inherited from DefinitionCollection<T>)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator() (Inherited from DefinitionCollection<T>)

Applies to