Search
GridPanel.Rows Property
See Also
 






Gets or sets a list of GridRow objects specifying row attributes.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<GridRow> Rows { get; set; }

Visual Basic  Copy Code

Public Property Rows As List(Of GridRow)

 Property Value

An instance of the GridRow class.

 See Also