Skip to main content

LayoutViewVisibleRecordIndexChangedEventArgs.PrevVisibleRecordIndex Property

Gets the index of the previously visible card.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int PrevVisibleRecordIndex { get; }

Property Value

Type Description
Int32

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

See Also