Gets the total count of all visibleRows.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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 |