Gets the total count of all visible and invisible Rows.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int TotalCount { get; } |
Visual Basic |
---|
Public ReadOnly Property TotalCount As Integer Get |
Visual C++ |
---|
public: property int TotalCount { int get (); } |
F# |
---|
member TotalCount : int with get |