Search
TaskForm.Task Property
See Also
 





Gets the task being edited in this form.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms

 Syntax

C#  Copy Code

public Task Task { get; }

Visual Basic  Copy Code

Public ReadOnly Property Task As Task

 Property Value

A reference to a Task object representing the task currently being edited.

 See Also