Skip to main content

LayoutView.CardClick Event

Occurs when a card is clicked.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DXCategory("Behavior")]
public event CardClickEventHandler CardClick

Event Data

The CardClick event's data class is DevExpress.XtraGrid.Views.Layout.Events.CardClickEventArgs.

Remarks

This event is raised when any card element (the card itself, a card caption, expand button, field captions and values, and card layout items) is clicked by an end-user.

See Also