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

LayoutViewVisibleRecordIndexChangedEventArgs.PrevVisibleRecordIndex Property

Gets the index of the previously visible card.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public int PrevVisibleRecordIndex { get; }

Property Value

Type Description
Int32

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

See Also