LayoutView.VisibleRecordIndex Property
Gets or sets the visible index of the current card.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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