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

DataLayoutControl.CurrentRecord Property

Gets an object that specifies the current data record.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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