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

CardView.TopLeftCardChanged Event

Occurs when a Card View is being scrolled.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

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