Skip to main content

LayoutView.VisibleRecordIndex Property

Gets or sets the visible index of the current card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public int VisibleRecordIndex { get; set; }

Property Value

Type Description
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