Back to Devexpress

TcxGridEditFormOptions.MasterRowDblClickAction Property

vcl-cxgridtableview-dot-tcxgrideditformoptions.md

latest1.3 KB
Original Source

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

TypeDefaultDescription
TcxGridMasterRowDblClickActiondcaSwitchExpandedState

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

TcxGridEditFormOptions Class

TcxGridEditFormOptions Members

cxGridTableView Unit