Back to Devexpress

DataLayoutControl.CurrentRecordPosition Property

windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-36975bdd.md

latest2.7 KB
Original Source

DataLayoutControl.CurrentRecordPosition Property

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

Declaration

csharp
[Browsable(false)]
public int CurrentRecordPosition { get; set; }
vb
<Browsable(False)>
Public Property CurrentRecordPosition As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the index of the data record to be displayed in the control.

|

Remarks

Use the DataLayoutControl‘s following properties and methods to manage data records in code:

See Also

RecordCount

CurrentRecord

GetCurrentRecordFieldValue(String)

SetCurrentRecordFieldValue(String, Object)

DataLayoutControl Class

DataLayoutControl Members

DevExpress.XtraDataLayout Namespace