Skip to main content
All docs
V23.2

DataLayoutControl.CurrentRecord Property

Gets an object that specifies the current data record.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.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