Search
GridPanel.Rows Property
See Also
 





Gets a list with the definitions of all rows in the grid.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<GridRow> Rows { get; }

Visual Basic  Copy Code

Public ReadOnly Property Rows As List(Of GridRow)

 Property Value

A list with GridRow objects.

 See Also