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.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowSelectionToolTips { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowSelectionToolTips As Boolean |
true, to display tooltips on selection ranges; otherwise, false.
RemarksThis property has effect only in Timetable and Resource view.
See Also