Click or drag to resize
KaxCalendarFocusedDate Property
Gets or sets the value that is used by KaxCalendar to determine the viewable area displayed .

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DateTime FocusedDate { get; set; }

Property Value

Type: DateTime
Remarks

By 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