windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-8549e651.md
Returns the number of records in the bound data source.
Namespace : DevExpress.XtraDataLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public int RecordCount { get; }
<Browsable(False)>
Public ReadOnly Property RecordCount As Integer
| Type | Description |
|---|---|
| Int32 |
The number of records in the bound data source.
|
Use the DataLayoutControl‘s following properties and methods to manage data records in code:
RecordCount — Returns the number of records in the bound data source.See Also
GetCurrentRecordFieldValue(String)