Search
CustomizeGroupingEventArgs.GroupByResources Property
See Also
 





Gets the resources to group by.

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

 Syntax

C#  Copy Code

public List<Resource> GroupByResources { get; }

Visual Basic  Copy Code

Public ReadOnly Property GroupByResources As List(Of Resource)

 Property Value

A list of the resource to group by.

 See Also