Gets or sets the currently displayed date. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime Date { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Date As DateTime |
A .NET DateTime object.
RemarksThis property specifies the date range currently displayed by the control, taking into consideration the current view. For example, in a Month view the Date property will specify the displayed month.
See Also