Back to Devexpress

DataLayoutControl.RecordCount Property

windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-8549e651.md

latest2.6 KB
Original Source

DataLayoutControl.RecordCount Property

Returns the number of records in the bound data source.

Namespace : DevExpress.XtraDataLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int RecordCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property RecordCount As Integer

Property Value

TypeDescription
Int32

The number of records in the bound data source.

|

Remarks

Use the DataLayoutControl‘s following properties and methods to manage data records in code:

See Also

CurrentRecord

CurrentRecordPosition

GetCurrentRecordFieldValue(String)

SetCurrentRecordFieldValue(String, Object)

DataLayoutControl Class

DataLayoutControl Members

DevExpress.XtraDataLayout Namespace