Table of Contents

Property RowDefinitions

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RowDefinitions

Gets a GridRowCollection defined on this instance of Grid.

public GridRowCollection RowDefinitions { get; }

Property Value

GridRowCollection

Remarks

This collection contains one or more RowDefinition objects. Each such RowDefinition becomes a placeholder representing a column in the final grid layout.