LayoutView.CardClick Event
Occurs when a card is clicked.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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