Gets the actual number of rows in the grid.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int Rows { get; private set; }
Visual Basic
Public Property Rows As Integer
	Get
	Private Set
Visual C++
public:
property int Rows {
	int get ();
	private: void set (int value);
}

See Also