CardView.TopLeftCardChanged Event
Occurs when a Card View is being scrolled.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Event Data
The TopLeftCardChanged event's data class is EventArgs.
Remarks
Use the CardView.TopLeftCardIndex property to manually scroll a View so that the card with a specified index is located at the top left corner of the View.
See Also