Data ListRow Count Property
This read-only property can be used to get the current row count from the data source
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int RowCount { get; }VB
Public ReadOnly Property RowCount As Integer
GetC++
public:
property int RowCount {
int get ();
}F#
member RowCount : int with get