Skip to main content

CardView.TopLeftCardChanged Event

Occurs when a Card View is being scrolled.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DXCategory("Property Changed")]
public event EventHandler TopLeftCardChanged

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