Click or drag to resize
RecurrenceEditorSharedCalendar Property
Gets or sets the reference to the calendar that will be used for picking dates. This property allows you to use an existing KaxCalendar instance for the RecurrenceEditor date picker.

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

Property Value

Type: KaxCalendar
The instance of the KaxCalendar control if set; otherwise null.
See Also