Search
CustomizeGroupingEventArgs.Parents Property
See Also
 





Gets a list with the parent resources.

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

 Syntax

C#  Copy Code

public Resource[] Parents { get; }

Visual Basic  Copy Code

Public ReadOnly Property Parents As Resource()

 Property Value

An array with the parent resources.

 Remarks

This array contains a single resource, which is the parent whose secondary resources are being customized.

 See Also