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

LayoutView.CardClick Event

Occurs when a card is clicked.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

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