Skip to main content
All docs
V25.1
  • DataLayoutControl.RecordCount Property

    Returns the number of records in the bound data source.

    Namespace: DevExpress.XtraDataLayout

    Assembly: DevExpress.XtraLayout.v25.1.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