Gets or sets a value that enables or disables the Time view on the drop-down calendar. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsShowingTime { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsShowingTime As Boolean |
true if the CurrentView property of the drop-down calendar is Time; otherwise, false.
See Also