Skip to main content
A newer version of this page is available. .
All docs
V20.2

DataLayoutControl.RecordCount Property

Returns the number of records in the bound data source.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int RecordCount { get; }

Property Value

Type Description
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