windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-14d5d455.md
Gets an object that specifies the current data record.
Namespace : DevExpress.XtraDataLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public object CurrentRecord { get; }
<Browsable(False)>
Public ReadOnly Property CurrentRecord As Object
| Type | Description |
|---|---|
| Object |
An object that specifies the current data record.
|
Use the DataLayoutControl‘s following properties and methods to manage data records in code:
CurrentRecord — Gets an object that specifies the current data record.See Also
GetCurrentRecordFieldValue(String)