Skip to main content

TcxGridMasterRowDblClickAction Enum

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

Declaration

TcxGridMasterRowDblClickAction = (
    dcaSwitchExpandedState,
    dcaShowEditForm
);

Members

Name Description
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