Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridMasterRowDblClickAction Enum

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

#Declaration

Delphi
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