Gets the task related to the current selection.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public Task Task { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Task As Task |
The task related to the current selection or null (Nothing in Visual Basic) if there are no selected cells or the current selection is not associated with a task.