windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-36975bdd.md
Gets or sets the index of the data record to be displayed in the control.
Namespace : DevExpress.XtraDataLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public int CurrentRecordPosition { get; set; }
<Browsable(False)>
Public Property CurrentRecordPosition As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value that specifies the index of the data record to be displayed in the control.
|
Use the DataLayoutControl‘s following properties and methods to manage data records in code:
CurrentRecordPosition — Gets or sets the index of the data record to be displayed in the control.See Also
GetCurrentRecordFieldValue(String)