MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.GetItemTooltip Method
See Also
 





Retrieves the string tooltip previously associated with the item.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public string GetItemTooltip (
    Item item
)

Visual Basic  Copy Code

Public Function GetItemTooltip ( _
    item As Item _
) As String

 Parameters

item
An Item whose tooltip to retrieve.

 Return Value

The tooltip previously associated with the item through the SetItemTooltip method or null (Nothing in Visual Basic) if the item does not have an associated tooltip.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
SetItemTooltip Method