Skip to main content

LayoutView.FieldValueClick Event

Occurs when a field value 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 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