Gets or sets the currently displayed date. This is a dependency property.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public DateTime Date { get; set; } |
Visual Basic
![]() |
---|
Public Property Date As DateTime |
A .NET DateTime object.
This 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.