TcxGridCardViewOptionsBehavior.ExpandRowOnDblClick Property
Specifies whether a category row can be expanded or collapsed when its caption is double-clicked.
Declaration
property ExpandRowOnDblClick: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
A grid provides two ways of expanding a category row – by using a category row’s expand button or by double-clicking on the row’s caption.
Set the ExpandRowOnDblClick property to True to allow a category row to be expanded or collapsed when double clicked.
The default value of the ExpandRowOnDblClick property is True.
See Also