Skip to main content
A newer version of this page is available. .

LayoutView.VisibleRecordIndex Property

Gets or sets the visible index of the current card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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