Gets or sets the format of a selection tooltip. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string SelectionToolTipFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionToolTipFormat As String |
A standard DateTime formatting string. The default is "HH:mm".
See Also