Gets the total count of all visibleRows.

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

Syntax

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

Property Value

Type: Int32

Remarks

Property Value

Type: Int32
The count of all visible rows.

See Also