Gets the count of visible Rows in the collection.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public int Count { get; } |
Visual Basic |
---|
Public ReadOnly Property Count As Integer Get |
Visual C++ |
---|
public: property int Count { int get (); } |
F# |
---|
member Count : int with get |
Property Value
Type: Int32The count of rows.
Thread Safety
The function is thread safe. The method is executed in the synchronous way with blocking the calling thread.