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.v20.2.dll

NuGet Package: DevExpress.Win.Grid

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