Skip to main content

LayoutViewVisibleRecordIndexChangedEventArgs.VisibleRecordIndex Property

Gets the index of the current 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 VisibleRecordIndex { get; }

Property Value

Type Description
Int32

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

See Also