TcxGridLayoutViewOptionsBehavior.ExpandRecordOnDblClick Property
Specifies whether to expand or collapse cards on double clicking the card caption.
Declaration
property ExpandRecordOnDblClick: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the ExpandRecordOnDblClick property to True, to enable card expansion or collapse in response to double clicking the card caption.
The default value of the ExpandRecordOnDblClick property is True.
See Also