Version

ActiveDate Property (XamMonthCalendarProxy)

Returns the ActiveDate property of the MonthCalendar, which may or may not be selected.
Syntax
'Declaration
 
Public ReadOnly Property ActiveDate As System.Nullable(Of Date)
public System.Nullable<DateTime> ActiveDate {get;}
public: __property System.Nullable<DateTime> get_ActiveDate();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also