Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableOptionsBehavior.DragOpening Property

Specifies whether group and master rows and detail level tabs are expanded during drag-and-drop.

#Declaration

Delphi
property DragOpening: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

If DragOpening is set to True, dragging an object over the [+] signs of group or master rows expands them. If DragOpening is set to False, group and master rows are not expanded during drag-and-drop.

A grid control allows you to associate several detail Views at the same hierarchy level with the current View. Such Views are displayed in tabbed pages. See the TcxGridLevel.Options.DetailTabsPosition property to make tabs visible.

When DragOpening is True and you drag an object over a tab, the corresponding page is activated. If DragOpening is False, the detail is not opened when dragging over its tab.

The delay before opening a corresponding item is specified by the DragOpeningWaitTime property.

The default value of the DragOpening property is True.

See Also