| KaxDatePickerSharedCalendar Property  | 
          
        
        
        
            Gets or sets the reference to the calendar that will be used for picking dates.
            This property allows you to configure several datepickers to use a single KaxCalendar
            instance.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxCalendar SharedCalendar { get; set; }Public Property SharedCalendar As KaxCalendar
	Get
	Set
public:
property KaxCalendar^ SharedCalendar {
	KaxCalendar^ get ();
	void set (KaxCalendar^ value);
}member SharedCalendar : KaxCalendar with get, set
Property Value
Type: 
KaxCalendarThe KaxCalendar instance if set; otherwise 
null;
RemarksThis property is not accessible from the VS.NET designer and you will have to
                set it from the code-behind. It should be used when the shared calendar instance is
                in another naming container or is created dynamically at runtime.
See Also