Back to Devexpress

TcxGridTableOptionsBehavior.ExpandMasterRowOnDblClick Property

vcl-cxgridtableview-dot-tcxgridtableoptionsbehavior-8a813f4e.md

latest1.1 KB
Original Source

TcxGridTableOptionsBehavior.ExpandMasterRowOnDblClick Property

Determines whether master rows within the current View can be expanded by a double-click within the row area.

Declaration

delphi
property ExpandMasterRowOnDblClick: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Use the ExpandMasterRowOnDblClick property to prevent master rows from expanding on a double-click within the master row area.

The default action on double-click is cell editing. But if editing is explicitly prohibited (for instance, the item (column) is read-only), then a double-click expands the row. The preview section cannot be edited so double-clicking this section always results in row expanding.

See Also

TcxGridMasterDataRow

TcxGridTableOptionsBehavior Class

TcxGridTableOptionsBehavior Members

cxGridTableView Unit