Gets or sets a value indicating whether indication of the current time will be displayed in the right (Schedule) grid. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowNow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowNow As Boolean |
true to display the current time; otherwise, false. The default is true.
See Also