Removes a Task from the tree.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public void RemoveFromTree( Task task ) |
Visual Basic |
---|
Public Sub RemoveFromTree ( _ task As Task _ ) |
Visual C++ |
---|
public: void RemoveFromTree( Task^ task ) |
Parameters
- task
- Type: DayPilot.Web.Ui..::..Task