MindFusion WinForms Programmer's Guide
TooltipEventArgs.Resource Property
See Also
 





Gets the resource associated with the calendar element or null (Nothing in Visual Basic) if none.

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

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

A reference to a Contact, Location, Task or Resource. This value can be null (Nothing in Visual Basic) if the current view is not grouped or the element whose tooltip is being displayed is not associated with a resource.

 See Also

TooltipEventArgs Members
TooltipEventArgs Class
MindFusion.Scheduling.WinForms Namespace