Search
Calendar.Resources Property
See Also
 





Gets the resources whose schedule to display in the control when GroupType is set to GroupByResources.

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

 Syntax

C#  Copy Code

public ResourceCollection Resources { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resources As ResourceCollection

 Property Value

An instance of the ResourceCollection class specifying which resources are displayed as columns in timetable, week range and resource views.

 See Also