Back to Devexpress

TcxCustomGridView.OnDblClick Event

vcl-cxgridcustomview-dot-tcxcustomgridview-2653d5b5.md

latest1.6 KB
Original Source

TcxCustomGridView.OnDblClick Event

Occurs when an end-user double-clicks within the current View.

Declaration

delphi
property OnDblClick: TNotifyEvent read; write;

Remarks

Handle the OnDblClick event to perform specific actions when an end-user double-clicks within the current View. See the example on how to invoke a dialog in response to a double-click.

See Also

TcxCustomGridTableOptionsBehavior.DragFocusing

TcxCustomGridTableOptionsBehavior.DragHighlighting

TcxCustomGridTableOptionsBehavior.DragOpening

TcxCustomGridTableOptionsBehavior.DragScrolling

TcxCustomGridView.DragMode

TcxCustomGridView.OnDragOver

Example: Invoke an edit dialog on double-clicking

Implementing Drag-And-Drop Functionality

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit