TcxGridEditFormOptions.MasterRowDblClickAction Property
Specifies how the grid View responds to a double click on a master row.
Declaration
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