TcxGridMasterRowDblClickAction Enum
In This Article
Enumerates actions that are executed in response to a double click on a master row.
#Declaration
Delphi
TcxGridMasterRowDblClickAction = (
dcaSwitchExpandedState,
dcaShowEditForm
);
#Members
Name | Description |
---|---|
dca
|
A double click on a master row displays an in-place Edit Form if the grid View’s Options |
dca
|
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