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

    Gets an object that specifies the current data record.

    Namespace: DevExpress.XtraDataLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    public object CurrentRecord { get; }

    Property Value

    Type Description
    Object

    An object that specifies the current data record.

    Remarks

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

    See Also