The Grid..::..GridDragAndDrop type exposes the following members.

Properties

  NameDescription
Public propertyAllowedDragEffects
Gets or sets effects permitted by the source grid.
Public propertyAllowedDropEffects
Gets or sets effects permitted by the target grid.
Public propertyDropMode
Gets or sets the drop mode indicating how the content should be added to the grid during drag and drop operation.
Public propertyEnabled
Gets or sets a value indicating whether the user can drag the content from the grid.
Public propertyEnsureVisibleDroppingRow
Gets or sets a value indicating that after inserting the target row should remain in the visible area of the grid.
Public propertyExpandTargetRowAfterDropping
Gets or sets a value indicating whether the target is expanded when the content is added as child.
Public propertyLinkWithHierarchy
Gets or sets a value indicating whether in case of the Link operation the content is linked with the whole hierarchy.

See Also