Search
Calendar.ShowToolTips Property
See Also
 





Gets or sets a value indicating whether the calendar displays tooltips.

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

 Syntax

C#  Copy Code

public bool ShowToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowToolTips As Boolean

 Property Value

true to display tooltips; otherwise, false. The default is false.

 Remarks

Tooltips can be displayed for schedule items and for various calendar elements.

 See Also