TdxGanttControlResourceViewSheetOptions.AllowResourceMove Property
Specifies if a user can drag and drop resources.
Declaration
property AllowResourceMove: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | True if users can drag and drop resources; otherwise, False. |
Remarks
The control allows a user to drag a row and change a resource position. Follow steps below to do this:
- Click a row’s number (the first column) to select a row.
- Drag and drop the selected row in the target position.
A resource includes the following events that allow you to respond to a resource row drag-and-drop operation:
The AllowResourceMove property’s default value is True.
See Also