Search
Selection.Resource Property
See Also
 






Gets the resource related to the current selection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

The resource related to the current selection or null if there are no selected cells or the current selection is not associated with a resource.

 See Also