Back to Devexpress

DataLayoutControl.CurrentRecord Property

windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-14d5d455.md

latest2.6 KB
Original Source

DataLayoutControl.CurrentRecord Property

Gets an object that specifies the current data record.

Namespace : DevExpress.XtraDataLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public object CurrentRecord { get; }
vb
<Browsable(False)>
Public ReadOnly Property CurrentRecord As Object

Property Value

TypeDescription
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

RecordCount

CurrentRecordPosition

GetCurrentRecordFieldValue(String)

SetCurrentRecordFieldValue(String, Object)

DataLayoutControl Class

DataLayoutControl Members

DevExpress.XtraDataLayout Namespace