AllowDrag Property
Description
The AllowDrag property specifies how and where the TaskPanelItem can be dragged and dropped.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property AllowDrag() As [XTPTaskPanelItemAllowDrag](XtremeTaskPanel~Enumerations~XTPTaskPanelItemAllowDrag_EN.md)
Remarks
The AllowDrag property behaves differently depending on what type of object the TaskPanelItem represents. See the TaskPanelGroup.AllowDrag property description for group objects and the TaskPanelGroupItem.AllowDrag property description for group item objects.
The DragText property can be set for each TaskPanelGroupItem. This is the text string that is sent to the target component when an item is dropped onto a control outside of the TaskPanel.
See Also
- TaskPanelItem Object
- TaskPanelItem AllowDrop Property
- XTPTaskPanelItemAllowDrag Enumeration
- TaskPanelGroup AllowDrag Property
- TaskPanelGroupItem AllowDrag Property
- DragText Property
| Task Panel ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.