KaxCalendarFocusedDate Property |
Gets or sets the value that is used by
KaxCalendar to determine
the viewable area displayed .
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DateTime FocusedDate { get; set; }
Public Property FocusedDate As DateTime
Get
Set
public:
property DateTime FocusedDate {
DateTime get ();
void set (DateTime value);
}
member FocusedDate : DateTime with get, set
Property Value
Type:
DateTime
RemarksBy default, the FocusedDate property returns the current
system date when in runtime, and in design mode defaults to
System.DateTime.MinValue. When the FocusedDate is
set, from that point, the value returned by the FocusedDate
property is the one the user sets.
See Also