Gets a list with the definitions of all rows in the grid.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C# Copy Code |
---|
public List<GridRow> Rows { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Rows As List(Of GridRow) |
A list with GridRow objects.