Back to Devexpress

TcxGridMasterRowDblClickAction Enum

vcl-cxgridtableview-b316e9c5.md

latest911 B
Original Source

TcxGridMasterRowDblClickAction Enum

Enumerates actions that are executed in response to a double click on a master row.

Declaration

delphi
TcxGridMasterRowDblClickAction = (
    dcaSwitchExpandedState,
    dcaShowEditForm
);

Members

NameDescription
dcaSwitchExpandedState

A double click on a master row displays an in-place Edit Form if the grid View’s OptionsBehavior.EditMode property is set to emInplaceEditForm or emInplaceEditFormHideCurrentRow.

| | dcaShowEditForm |

A double click on a master row expands or collapses it.

|

Remarks

A grid View’s EditForm.MasterRowDblClickAction property references the TcxGridMasterWoDblClickAction type.

See Also

cxGridTableView Unit