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

TcxCustomGrid.DragOpening Property

Specifies whether top-level Views are to be opened when dragging an object over their tabs.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

A grid control gives you the ability to display several grid Views at the root hierarchy level. A user can switch between them via special tabs. See the TcxGrid.RootLevelOptions.DetailTabsPosition property to make the tabs visible.

If DragOpening is True, the corresponding View is opened automatically when dragging an object over its tab. Otherwise, the View is not opened.

The View’s OptionsBehavior.DragOpening property affects the opening of nested (non-root) detail Views during drag and drop.

The delay between hovering over the tab and activating a relative grid View is defined by the DragOpeningWaitTime property.

The default value of the DragOpening property is True.

See Also