Skip to main content

TcxCustomGrid.DragOpening Property

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

Declaration

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