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

LayoutViewVisibleRecordIndexChangedEventArgs.VisibleRecordIndex Property

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

Property Value

Type Description
Int32

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

See Also