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

LayoutView.FieldValueClick Event

Occurs when a field value is clicked.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Behavior")]
public event FieldValueClickEventHandler FieldValueClick

Event Data

The FieldValueClick event's data class is DevExpress.XtraGrid.Views.Layout.Events.FieldValueClickEventArgs.

Remarks

This event firs when a card field’s value box is clicked by an end-user.

See Also