MindFusion.Wpf Pack Programmer's Guide
Calendar.GetItemTooltip Method
See Also
 





Retrieves the string tooltip previously associated with the item.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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.Wpf Namespace
SetItemTooltip Method