Gets the integral height of all visible Rows in the Grid.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int VisibleRowsHeight { get; }
Visual Basic
Public ReadOnly Property VisibleRowsHeight As Integer
	Get
Visual C++
public:
property int VisibleRowsHeight {
	int get ();
}
F#
member VisibleRowsHeight : int with get

Property Value

Type: Int32
The height of all visible Rows.

See Also