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

TcxGridEditFormOptions.MasterRowDblClickAction Property

Specifies how the grid View responds to a double click on a master row.

#Declaration

Delphi
property MasterRowDblClickAction: TcxGridMasterRowDblClickAction read; write; default dcaSwitchExpandedState;

#Property Value

Type Default Description
TcxGridMasterRowDblClickAction dcaSwitchExpandedState

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

#Remarks

Refer to the TcxGridMasterRowDblClickAction type description for information on available options.

Note

The MasterRowDblClickAction property is in effect only if the grid View’s OptionsBehavior.ImmediateEditor property is set to False. Otherwise, a click on a master row’s cell always activates its in-place editor.

The MasterRowDblClickAction property’s default value is dcaSwitchExpandedState.

See Also