Skip to content

UnrestrictedDragDrop Property

Description

Specifies whether child rows can be dropped to any position, not just among sibling child records.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property UnrestrictedDragDrop() As Boolean

Return Type

Default is False. Set to True to allow a child row to be dropped anywhere in the grid.

Remarks

If True, and a child row is dropped outside its sibling child rows, it will become a new parent row at the dropped location.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.