MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ShowSelectionToolTips Property
See Also
 





Gets or sets a value indicating whether selection ranges in certain views provide tooltips when hovered with the mouse. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool ShowSelectionToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowSelectionToolTips As Boolean

 Property Value

true, to display tooltips on selection ranges; otherwise, false.

 Remarks

This property has effect only in Timetable and Resource view.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
SelectionToolTipFormat Property