Gets the tasks whose schedule to display in the control when GroupType is set to GroupByTasks.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public ResourceCollection<Task> Tasks { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Tasks As ResourceCollection(Of Task) |
An instance of the ResourceCollection class specifying which tasks are displayed as columns in a grouped view.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |