Back to Devexpress

CardView.TopLeftCardChanged Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardview-e7ba835d.md

latest1.4 KB
Original Source

CardView.TopLeftCardChanged Event

Occurs when a Card View is being scrolled.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Property Changed")]
public event EventHandler TopLeftCardChanged
vb
<DXCategory("Property Changed")>
Public Event TopLeftCardChanged As EventHandler

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

CardView Class

CardView Members

DevExpress.XtraGrid.Views.Card Namespace