Back to Devexpress

LayoutView.VisibleRecordIndex Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-4cb13408.md

latest1.9 KB
Original Source

LayoutView.VisibleRecordIndex Property

Gets or sets the visible index of the current card.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the visible index of the current card.

|

Remarks

Assigning a card’s visible index to the VisibleRecordIndex property makes this card visible by scrolling the View.

See Also

FocusedRowHandle

RecordCount

VisibleRecordIndexChanged

AutoFocusCardOnScrolling

ScrollVisibility

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace