TcxGridEditFormOptions.MasterRowDblClickAction Property
In This Article
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 |
---|---|---|
Tcx |
dca |
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 Master
The MasterRowDblClickAction property’s default value is dcaSwitchExpandedState.
See Also