Current Directory: \\10.5.0.10\iis\Sites\goprint2.com\www\ Contents: Directories:App_CodeApp_DataApp_GlobalResourcesApp_LocalResourcesApp_WebReferencesarticlesaspnet_clientBincommondesignerdillnersimagesimgincludeskwikkopyorder_centreprintthreeRadControlsupdateWebServicesFiles:about_us.aspx | Downloadabout_us.aspx.vb | Downloadcontact_us.aspx | Downloadcontact_us.aspx.vb | Downloadcreate_user.aspx | Downloadcreate_user.aspx.vb | DownloadDefault.aspx | DownloadDefault.aspx.vb | Downloaddiscount.aspx | Downloaddiscount.aspx.vb | Downloaddomain_activation.aspx | Downloaddomain_activation.aspx.vb | DownloaddownloadPD.aspx | DownloaddownloadPD.aspx.vb | Downloaddownload_error.aspx | Downloaddownload_error.aspx.vb | Downloademail_policy.aspx | Downloademail_policy.aspx.vb | Downloaderror_page.aspx | Downloaderror_page.aspx.vb | Downloadfaq.aspx | Downloadfaq.aspx.vb | Downloadfavicon.ico | DownloadFileNotFound.htm | Downloadgenerate_print_driver_step1.aspx | Downloadgenerate_print_driver_step1.aspx.vb | Downloadgenerate_print_driver_step2.aspx | Downloadgenerate_print_driver_step2.aspx.vb | Downloadgenerate_print_driver_step3.aspx | Downloadgenerate_print_driver_step3.aspx.vb | DownloadGlobal.asax | Downloadheader.fla | Downloadheader.swf | Downloadhome.aspx | Downloadhome.aspx.vb | Downloadjsincluding.js | Downloadlogin.aspx | Downloadlogin.aspx.vb | Downloadmarcelito.txt | Downloadpackages.aspx | Downloadpackages.aspx.vb | Downloadpassword_recovery.aspx | Downloadpassword_recovery.aspx.vb | DownloadPrintIt.master | DownloadPrintIt.master.vb | DownloadPrintIt.sitemap | DownloadPrintItEs.sitemap | DownloadPrintItFr.sitemap | DownloadPrintIt_CreateUser.master | DownloadPrintIt_CreateUser.master.vb | DownloadPrintIt_OutSide.master | DownloadPrintIt_OutSide.master.vb | Downloadprivacy_policy.aspx | Downloadprivacy_policy.aspx.vb | Downloadproba.aspx | Downloadproba.aspx.vb | Downloadrobots.txt | Downloadsample.txt | Downloadshow_sess_par.aspx | Downloadshow_sess_par.aspx.vb | Downloadsite_map.aspx | Downloadsite_map.aspx.vb | Downloadsite_map.xml | DownloadsRacadUploader.jar | DownloadsRacadUploader_last.jar | Downloadterms_and_conditions.aspx | Downloadterms_and_conditions.aspx.vb | Downloadterms_of_service.aspx | Downloadterms_of_service.aspx.vb | Downloadtest.txt | Downloadtestimonials.aspx | Downloadtestimonials.aspx.vb | DownloadTextDraw.html | Downloadudraw-designer-widescreen-ui.zip | Downloadweb.config | Downloadwebsites-for-printers.aspx | Downloadwebsites-for-printers.aspx.vb | Download File Preview: <?xml version="1.0"?> <doc> <assembly> <name>RadCalendar.Net2</name> </assembly> <members> <member name="T:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents"> <summary> Defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side event is raised. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.ClientEvents"> <summary> Summary description for ClientEvents. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertiesObject"> <summary> This class implements the PropertyBag "enabled" base object class, from which all other classes in Telerik RadCalendar descend, excluding those that are descendents of PropertiesControl. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Interfaces.IClientData"> <summary> IClientData is used to provide a standard way of generating data output from a component, which will be processed and streamed thereafter to the client. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Interfaces.IClientData.GetClientData"> <summary> gets the data that is required on the client. The returned ArrayList should be processed further and serialized as clientside array of values. </summary> <returns>ArrayList with the properties to serialize to the client.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.ClientEvents.Reset"> <summary> Reset all properties to their defaults. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.ClientEvents.OnInit"> <summary> Event fired after the RadCalendar client object has been completely initialized. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.ClientEvents.OnLoad"> <summary> The event is fired immediately after the page onload event. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.#ctor"> <summary>Constructor.</summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.GetClientData"> <summary>IClientData interface implementation.</summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateSelecting"> <summary> Event fired when a valid date is being selected. Return false to cancel selection. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateSelected"> <summary> Event fired after a valid date has been selected. Can be used in combination with OnDateClick for maximum convenience. This event can be used to conditionally process the selected date or any related event with it on the client. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateClick"> <summary> Event fired when a calendar cell, representing a date is clicked. This event is not the same as OnDateSelected. One can have an OnDateClick event for a disabled or read only calendar cell which does not allow.s OnDateSelected event to be fired. This event can be used to conditionally process some information/event based on the clicked date. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnRowHeaderClick"> <summary> Event fired when a calendar row header is clicked. This event is not the same as OnDateClick. One can have an OnRowHeaderClick event for a disabled or read only calendar cell which does not allow to select calendar dates. This event can be used to conditionally process some information/event based on the clicked row header. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnColumnHeaderClick"> <summary> Event fired when a calendar column header is clicked. This event is not the same as OnDateClick. One can have an OnColumnHeaderClick event for a disabled or read only calendar cell which does not allow selection of calendar dates. This event can be used to conditionally process some information/event based on the clicked column header. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnViewSelectorClick"> <summary> Event fired when a calendar view selector is clicked. This event is not the same as OnDateClick. One can have an OnViewSelectorClick event for a disabled or read only calendar cell which does not allow selection of calendar cell. This event can be used to conditionally process some information/event based on the clicked view selector. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnCalendarViewChanging"> <summary> Event fired when the calendar view is about to change. Return false to cancel the event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnCalendarViewChanged"> <summary> Event fired when the calendar view has changed. Generally the event is raised as a result of using the built-in navigation controls. Event is raised before the results are rendered, so that custom logic could be executed, and the change could be prevented if necessary. There is no way to find whether the operation was accomplished successfully. This event can be used to preprocess some conditions or visual styles/content before the final rendering of the calendar. Return false to cancel the event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDayRender"> <summary> Event fired for every calendar day cell when the calendar is rendered as a result of a client-side navigation (i.e. only in OperationType="Client"). This event mimics the server-side DayRender event -- gives final control over the output of a specific calendar cell. This event can be used to apply final changes to the output (content and visial styles) just before the content is displayed. </summary> </member> <member name="T:Telerik.WebControls.RadCalendarDay"> <summary> RadCalendarDay represents a object that maps date value to corresponding visual settings. Also the object implements Boolean properties that represent the nature of the selected date - whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values of those properties are set at runtime when a RadCalendarDay instance is constructed and passed to the DayRender event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.RichUITemplateControl"> <summary> Summary description for RichUITemplateControl. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.RichUITemplateControl.Reset"> <summary> Reset all properties to their defaults. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.RichUITemplateControl.TemplateID"> <summary> Persists the ID of the template used by this instance of RichUITemplateControl if any. The TemplateID could be used to index the Templates collection and instantiate the required template. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.Date"> <summary> Gets or sets the date represented by this RadCalendarDay. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.ItemStyle"> <summary> Gets the style properties for the <strong>RadCalendarDay</strong> instance. </summary> <value> A TableItemStyle that contains the style properties for the RadCalendarDay instance. </value> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsSelectable"> <summary> Gets or sets a value indicating whether the RadCalendarDay is qualified as available for selection. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsSelected"> <summary> Gets or sets a value indicating whether the RadCalendarDay is selected </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsDisabled"> <summary> Gets or sets a value indicating whether the RadCalendarDay is disabled </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsToday"> <summary> Gets or sets a value indicating whether the RadCalendarDay represents the current date. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.Repeatable"> <summary> Gets or sets a value indicating whether the RadCalendarDay settings are repeated/recurring through out the valid date range displayed by the calendar. </summary> <remarks> The RecurringEvents enumeration determines which part of the date is handled (day or day and month). </remarks> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsWeekend"> <summary> Gets or sets a value indicating whether the RadCalendarDay is mapped to a date that represents a non working day/weekend. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.ToolTip"> <summary> Gets or sets the text displayed when the mouse pointer hovers over the calendar day. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Render.CalendarRenderer"> <summary> Summary description for BaseRenderer. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.CalendarView"> <summary> Summary description for CalendarView. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.CalendarView.GetClientData"> <summary> Returns an ArrayList of all properties of RadCalendar that are to be exported on the client. </summary> <returns></returns> </member> <member name="T:Telerik.WebControls.Code.DatePickerClientEvents"> <summary> Summary description for DatePickerClientEvents. </summary> </member> <member name="T:Telerik.WebControls.CalendarObjectWithState"> <summary> ObjectWithState </summary> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupUpdating"> <summary> Gets or sets the name of the client-side event handler that is executed prior to synchronizing the calendar popup and the DateInput. This event is fired only on calendar popup opening. </summary> <remarks> Cancel this event to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar control on a date different from the DateInput one. </remarks> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupUpdating(datepickerInstance)<br/>{<br/> datepickerInstance.Calendar.NavigateToDate([2006,12,19]);<br/> return false;<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupUpdating="OnPopupUpdating" /><br/></rad:RadDatePicker> </pre> </example> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnDateSelected"> <summary> Gets or sets the name of the client-side event handler that is executed whenever the selected date of the datepicker is changed as if the date is changed from the DateInput the <see cref="P:Telerik.WebControls.Code.DatePickerClientEvents.TypingTimeOut"/> property is taken into account. </summary> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript" ><br/>function DatePicker_OnDateSelected(pickerInstance, args)<br/>{<br/> alert("The picker date has been chanded from " + args.OldDate + " to " + args.NewDate);<br/>} <br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server" ><br/> <ClientEvents OnDateSelected="DatePicker_OnDateSelected" /><br/></rad:RadDatePicker> </pre> </example> <exclude/> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.TypingTimeOut"> <summary> Gets or sets the timeout in milliseconds that should expire after the last keystroke (when typing dates in the DateInput) prior to firing the <see cref="P:Telerik.WebControls.Code.DatePickerClientEvents.OnDateSelected"/> client-side event. </summary> <remarks> <para>Use this property to control the timing of the <strong>OnDateSelected</strong> client-side event. A value of 0 means the <strong>OnDateSelected</strong> event fires on every keystroke in the DateInput, the default value of 2000 milliseconds allows the user to type a complete date and then raise the event.</para> <para><strong>Note</strong> that the property is effective only when selecting dates from the DateInput. If selection is performed from the Calendar control the <strong>OnDateSelected</strong> event fires immediately.</para> </remarks> <value> The default value is 2000 milliseconds (i.e. 2 seconds). </value> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupOpening"> <summary> Gets or sets the name of the client-side event handler that is executed prior to opening the calendar popup and its synchronizing with the DateInput value. </summary> <remarks> <para>There can be some conditions you do want not to open the calendar popup on click of the popup button. Then you should cancel the event either by <em>return false;</em> or set its argument <em>args.CancelOpen = true;</em></para> <pre> <script type="text/javascript"><br/>function Opening(sender, args)<br/>{<br/> args.CancelOpen = true;<br/> //or<br/> return false;<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupOpening="Opening"/><br/></rad:RadDatePicker> </pre> <para>Set the <em>args.CancelSynchronize = true;</em> to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar control on a date different from the DateInput one.</para> <pre> <script type="text/javascript"><br/>function Opening(sender, args)<br/>{<br/> args.CancelCalendarSynchronize = true;<br/> sender.Calendar.NavigateToDate([2006,12,19]);<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server" ><br/> <ClientEvents OnPopupOpening="Opening"/><br/></rad:RadDatePicker> </pre> </remarks> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupOpening(datepickerInstance, args)<br/>{<br/> ......<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupOpening="OnPopupOpening" /><br/></rad:RadDatePicker> </pre> </example> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupClosing"> <summary> Gets or sets the name of the client-side event handler that is executed prior to closing the calendar popup. </summary> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupClosing(datepickerInstance, args)<br/>{<br/> ......<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupClosing="OnPopupClosing" /><br/></rad:RadDatePicker> </pre> </example> <remarks> <para>There can be some conditions you do want not to close the calendar popup on click over it. Then you should cancel the event either by <em>return false;</em> or set its argument <em>args.CancelClose = true;</em></para> <pre> <script type="text/javascript"><br/>function Closing(sender, args)<br/>{<br/> args.CancelClose = true;<br/> //or<br/> return false;<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupClosing="Closing"/><br/></rad:RadDatePicker> </pre> </remarks> </member> <member name="T:Telerik.WebControls.Base.Calendar.MonthView"> <summary> Summary description for CalendarView. </summary> </member> <member name="T:Telerik.WebControls.DayTemplate"> <summary> Descendent of Control, DayTemplate implements an ITemplate wrapper, required for building collections of templates like CalendarDayTemplateCollection. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertiesControl"> <summary> Base class based on the PropertyBag implementation, which descends from WebControl class. </summary> </member> <member name="P:Telerik.RadCalendarUtils.RadControl.Version"> <summary>Gets the component's current version.</summary> </member> <member name="P:Telerik.RadCalendarUtils.RadControl.UseEmbeddedScripts"> <summary> Gets or sets a value indicating whether to use the embedded JavaScript files or not. </summary> <value> <strong>True</strong> if embedded JavaScript files are to be used; otherwise <strong>false</strong>. The default value is <strong>true</strong>. </value> <remarks> Use this property for debugging purposes or to apply any modifications to the JavaScript files. </remarks> </member> <member name="F:Telerik.WebControls.Base.Calendar.PropertiesControl._ObjectProperties"> <summary> Implements the PropertyBag class that is the foundation for building Telerik RadCalendar and handles properties values.Used by the ViewState mechanism also. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertyItem"> <summary> Summary description for PropertyItem. </summary> </member> <member name="T:Telerik.WebControls.RadDate"> <summary> Wrapper class for System.DateTime, which allows implementing persistable DateTime collections like DateTimeCollection. </summary> </member> <member name="P:Telerik.WebControls.RadDate.Date"> <summary> The System.DateTime represented by this RadDate wrapper class. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.TemplateContainer"> <summary> This is the control that is used to instantiate any required template. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection"> <summary> Summary description for CalendarDayCollection. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Add(Telerik.WebControls.RadCalendarDay)"> <summary> Adds a RadCalendarDay object to the collection of CalendarDays. </summary> <param name="inputItem">The RadCalendarDay object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a RadCalendarDay object depending on the passed index. </summary> <param name="inputItem">The zero-based index, RadCalendarDay object or the date represented by the searched RadCalendarDay object.</param> <returns>A zero based index of the RadCalendarDay object in the collection, or -1 if the RadCalendarDay object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Insert(System.Int32,Telerik.WebControls.RadCalendarDay)"> <summary> Adds a RadCalendarDay object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the RadCalendarDay object is inserted.</param> <param name="inputItem">The RadCalendarDay object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Remove(Telerik.WebControls.RadCalendarDay)"> <summary> Deletes a RadCalendarDay object from the collection. </summary> <param name="inputItem">The RadCalendarDay object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.RemoveAt(System.Int32)"> <summary> Deletes the RadCalendarDay object from the collection at the specified index. </summary> <param name="index">The index in collection at which the RadCalendarDay object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Clear"> <summary> Removes all RadCalendarDay objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Contains(Telerik.WebControls.RadCalendarDay)"> <summary> Checks whether a specific RadCalendarDay object is in the collection of CalendarDays. </summary> <param name="inputItem">The RadCalendarDay object to search.</param> <returns>True if the RadCalendarDay is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.ToArray"> <summary> Copies the elements of CalendarDayCollection to a new <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.RadCalendarDay"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.RadCalendarDay"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Item(System.Object)"> <summary> Returns a RadCalendarDay object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayTemplateCollection"> <summary> Summary description for DayTemplatess. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection"> <summary> Summary description for CalendarViewCollection. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Add(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Adds a CalendarView object to the collection of CalendarDays. </summary> <param name="inputItem">The CalendarView object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a CalendarView object depending on the passed index. </summary> <param name="inputItem">The zero-based index, CalendarView object or the date represented by the searched CalendarView object.</param> <returns>A zero based index of the CalendarView object in the collection, or -1 if the CalendarView object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Insert(System.Int32,Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Adds a CalendarView object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the CalendarView object is inserted.</param> <param name="inputItem">The CalendarView object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Remove(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Deletes a CalendarView object from the collection. </summary> <param name="inputItem">The CalendarView object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.RemoveAt(System.Int32)"> <summary> Deletes the CalendarView object from the collection at the specified index. </summary> <param name="index">The index in collection at which the CalendarView object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Clear"> <summary> Removes all CalendarView objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Contains(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Checks whether a specific CalendarView object is in the collection of CalendarDays. </summary> <param name="inputItem">The CalendarView object to search.</param> <returns>True if the CalendarView is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.ToArray"> <summary> Copies the elements of CalendarViewCollection to a new <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.Base.Calendar.CalendarView"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.Base.Calendar.CalendarView"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Item(System.Object)"> <summary> Returns a CalendarView object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Add(Telerik.WebControls.RadDate)"> <summary> Adds a DateTime object to the collection of CalendarDays. </summary> <param name="inputItem">The RadDate object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a DateTime object depending on the passed index. </summary> <param name="inputItem">The zero-based index, DateTime object or the date represented by the searched DateTime object.</param> <returns>A zero based index of the DateTime object in the collection, or -1 if the DateTime object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Insert(System.Int32,Telerik.WebControls.RadDate)"> <summary> Adds a DateTime object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the DateTime object is inserted.</param> <param name="inputItem">The DateTime object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Remove(Telerik.WebControls.RadDate)"> <summary> Deletes a DateTime object from the collection. </summary> <param name="inputItem">The DateTime object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.RemoveAt(System.Int32)"> <summary> Deletes the DateTime object from the collection at the specified index. </summary> <param name="index">The index in collection at which the DateTime object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Clear"> <summary> Removes all DateTime objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Contains(Telerik.WebControls.RadDate)"> <summary> Checks whether a specific DateTime object is in the collection of CalendarDays. </summary> <param name="inputItem">The DateTime object to search.</param> <returns>True if the DateTime is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.ToArray"> <summary> Copies the elements of DateTimeCollection to a new <see cref="T:System.Array"/> of <see cref="T:System.DateTime"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:System.DateTime"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Item(System.Object)"> <summary> Returns a DateTime object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="T:Telerik.WebControls.Code.Design.CalendarIdConverter"> <summary> Summary description for CalendarIdConverter. </summary> </member> <member name="T:Telerik.WebControls.Design.Calendar.RadCalendarDesigner"> <summary> Summary description for RadCalendarDesigner. </summary> </member> <member name="M:Telerik.WebControls.Design.Calendar.RadCalendarDesigner.#ctor"> <summary> Creates an instance of RadCalendarDesigner. </summary> </member> <member name="T:Telerik.WebControls.Design.Calendar.RadDatePickerDesigner"> <summary> Summary description for RadDatePickerDesigner. </summary> </member> <member name="T:Telerik.WebControls.Code.Design.TimeViewIdConverter"> <summary> Summary description for TimeViewIdConverter. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl"> <summary> Summary description for AutoPostBackControl. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.None"> <summary> Without AutoPostBack </summary> <value>0</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.Both"> <summary> Automatically postback to the server after the Date or Time is modified. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.TimeView"> <summary> Automatically postback to the server after the Time is modified. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.Calendar"> <summary> Automatically postback to the server after the Date is modified. </summary> <value>3</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.ClientsideCalendarType"> <summary> Internal enumeration used by the component </summary> </member> <member name="T:Telerik.WebControls.RadCalendarHeaders.HeaderType"> <summary>Specifies the type of a selector sell.</summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.Row"> <summary> Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, it will select the entire row. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.Column"> <summary> Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true, it will select the entire column. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.View"> <summary> Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, it will select the entire view. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout"> <summary> Summary description for MonthLayout. Layout_7columns_x_6rows - horizontal layout Layout_14columns_x_3rows - horizontal layout Layout_21columns_x_2rows - horizontal layout Layout_7rows_x_6columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_7columns_x_6rows"> <summary> Allows the calendar to display the days in a 7 by 6 matrix. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_14columns_x_3rows"> <summary> Alows the calendar to display the days in a 14 by 3 matrix. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_21columns_x_2rows"> <summary> Allows the calendar to display the days in a 21 by 2 matrix. </summary> <value>4</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_7rows_x_6columns"> <summary> Allows the calendar to display the days in a 7 by 6 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>8</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_14rows_x_3columns"> <summary> Allows the calendar to display the days in a 14 by 3 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>16</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_21rows_x_2columns"> <summary> Allows the calendar to display the days in a 21 by 2 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>32</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.Orientation"> <summary> Summary description for Orientation. RenderInRows - Renders the calendar data row after row. RenderInColumns - Renders the calendar data column after column. None - Enforces fallback to the default Orientation for Telerik RadCalendar. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.Orientation.RenderInRows"> <summary> Renders the calendar data row after row. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.Orientation.RenderInColumns"> <summary> RenderInColumns - Renders the calendar data column after column. </summary> <value>3</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType"> <summary> Describes how <strong>RadCalendar</strong> will handle its layout, and how will react to user interaction. Interactive - user is allowed to select dates, navigate, etc. Preview - does not allow user interaction, for presentation purposes only. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType.Interactive"> <summary> Interactive - user is allowed to select dates, navigate, etc. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType.Preview"> <summary> Preview - does not allow user interaction, for presentation purposes only. </summary> <value>2</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents"> <summary> Summary description for RecurringEvents. DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day. Today - gives the ability to control the visual appearace of today's date. None - Default value, means that the day in question is a single point event, no recurrences. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.DayInMonth"> <summary> Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.DayAndMonth"> <summary> The month and the day part of the date are taken into account. That gives the ability to serve events repeated in a specific month on the same day. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.Week"> <summary> The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week. </summary> <value>4</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.WeekAndMonth"> <summary> The week day and the month are taken into account. That gives the ability to serve events repeated in a specific week day in a specific month. </summary> <value>8</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.Today"> <summary> Gives the ability to control the visual appearace of today's date. </summary> <value>16</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.None"> <summary> Default value, means that the day in question is a single point event, no recurrence. </summary> <value>32</value> </member> <member name="T:Telerik.WebControls.RadCalendarSelectors.SelectorType"> <summary>Specifies the type of a selector sell.</summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.Row"> <summary> Rendered as the first cell in a row. When clicked, it will select the entire row. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.Column"> <summary> Rendered as the first cell in a column. When clicked, it will select the entire column. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.View"> <summary> Rendered in the top left corner of the calendar view. When clicked, it will select the entire view. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs"> <summary> Arguments class used with the DayRender event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.Cell"> <summary> Gets a reference to the TableCell object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.Day"> <summary> Gets a reference to the RadCalendarDay object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.View"> <summary> Gets a reference to the MonthView object that represents the current View, corresponding to the specified day to render. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DayRenderEventHandler"> <summary> The public delegate for DayRender event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs"> <summary> Arguments class used when the DefaultViewChanged event is fired. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs.OldView"> <summary> Gets the CalendarView instance that was the default one prior to the rise of DefaultViewChanged event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs.NewView"> <summary> Gets the new default CalendarView instance set by the DefaultViewChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventHandler"> <summary> The public delegate for the DefaultViewChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs"> <summary> Arguments class used with the DayRender event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs.Cell"> <summary> Gets a reference to the TableCell object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs.HeaderType"> <summary> Gets a reference to the RadCalendarDay object that represents the specified day to render. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventHandler"> <summary> The pulic delegate for DayRender event. </summary> </member> <member name="T:Telerik.WebControls.SelectedDateChangedEventArgs"> <summary> Provides data for the SelectedDateChanged event of the DatePicker control. </summary> </member> <member name="T:Telerik.WebControls.SelectedDateChangedEventHandler"> <summary> The public delegate for the SelectedDateChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventArgs"> <summary> Arguments class used when the SelectionChanged event is fired. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventArgs.SelectedDates"> <summary> Gets a reference to the SelectedDates collection, represented by the Telerik RadCalendar component that rise the SelectionChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventHandler"> <summary> The public delegate for the SelectionChanged event. </summary> </member> <member name="T:Telerik.WebControls.Ide.Common.RadCalendar.ProjectManagement"> <summary> Utility class for Design - Time VisualStudio.NET project management. </summary> </member> <member name="T:Telerik.RadCalendarUtils.PropertyCategory"> <summary> Defines the common property categories' names </summary> </member> <member name="M:Telerik.WebControls.RadTimeView.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:Telerik.WebControls.RadTimeView.SaveViewState">SaveViewState</see> method. </summary> <param name="savedState">The saved view state.</param> </member> <member name="M:Telerik.WebControls.RadTimeView.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns>The saved view state.</returns> </member> <member name="P:Telerik.WebControls.RadTimeView.DataList"> <summary>Gets a data bound list control that displays items using templates.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.AlternatingTimeTemplate"> <summary>Gets or sets the template for alternating time cells in the RadTimeView.</summary> <remarks> <para>Use the <strong>AlternatingTimeTemplate</strong> property to control the contents of alternating items in the <strong>RadTimeView</strong> control. The appearance of alternating time cells is controlled by the <strong>AlternatingTimeStyle</strong> property.</para> <para>To specify a template for the alternating time cells, place the <AlternatingTimeTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <AlternatingTimeTemplate> tags.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>AlternatingTimeTemplate</strong> property to control the contents of alternating items in the <strong>RadTimeView</strong> control.</para> <div class="LanguageSpecific" name="Code_VB"> <table class="CodeContainerTable" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td nowrap="nowrap"></td> </tr> </tbody> </table> </div> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:> <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" &gt <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <AlternatingTimeTemplate> <input type="button" id="button1" value='<%# DataBinder.Eval(((DataListItem)Container).DataItem, "time", "{0:t}") %>' /> </AlternatingTimeTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.FooterTemplate"> <summary> Gets or sets the template for the footer section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>To specify a template for the footer section, place the <FooterTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <FooterTemplate> tags.</para> <para>The ShowFooter property must be set to true for this property to be visible.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>FooterTemplate</strong> property to control the contents of the footer section of the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" > <@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html Public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > lt;head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker> ID="RadTimePicker1" runat="server"> <TimeView ShowFooter="True"> <FooterTemplate> <asp:Label ID="Label1" runat="server" Text="Footer"></asp:Label><br/> </FooterTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderTemplate"> <summary> Gets or sets the template for the heading section of the RadTimeView control. </summary> <remarks> <para>Use the <strong>HeaderTemplate</strong> property to control the contents of the heading section. The appearance of the header section is controlled by the <strong>HeaderStyle</strong> property.</para> <para>To specify a template for the heading section, place the <HeadingTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <HeadingTemplate> tags.</para> <para>The ShowHeader property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderTemplate</strong> property to control the contents of the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:&gt <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body&gt <form id="form1" runat="server"> <div><br/> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Header"> </asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker&gt </div&gt </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeTemplate"> <summary> Gets or sets the template for the heading section of the RadTimeView control. </summary> <remarks> <para>Use the <strong>HeaderTemplate</strong> property to control the contents of the heading section. The appearance of the header section is controlled by the <strong>HeaderStyle</strong> property.</para> <para>To specify a template for the heading section, place the <HeadingTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <HeadingTemplate> tags.</para> <para>The ShowHeader property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderTemplate</strong> property to control the contents of the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:> <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Header"> </asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ForeColor"> <summary> Gets or sets the foreground color (typically the color of the text) of the <strong>RadTimeView</strong> control. </summary> <value> A System.Drawing.Color that represents the foreground color of the control. The default is Color.Empty. </value> <remarks> <para>Use the <strong>ForeColor</strong> property to specify the foreground color of the <strong>RadTimeView</strong> control. The foreground color is usually the color of the text. This property will render on browsers earlier than Microsoft Internet Explorer version 4.</para> <para>Note: On browsers that do not support styles, this property is rendered as a FONT element.</para> </remarks> <notes> On browsers that do not support styles, this property is rendered as a FONT element. </notes> </member> <member name="P:Telerik.WebControls.RadTimeView.BackColor"> <summary> Gets or sets the background color of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use the <strong>BackColor</strong> property to specify the background color of the <strong>RadTimeView</strong> control. This property is set using a System.Drawing.Color object.</para> <para>In general, only controls that render as a <table> tag can display a background color in HTML 3.2, whereas almost any control can in HTML 4.0.</para> <para>For controls that render as a <span> tag (including Label, all validation controls, and list controls with their RepeatLayout property set to RepeatLayout.Flow), this property will work in Microsoft Internet Explorer version 5 or later, but not for Microsoft Internet Explorer version 4.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderColor"> <summary>Gets or sets the border color of the <strong>RadTimeView</strong> control.</summary> <remarks> Use the <strong>BorderColor</strong> property to specify the border color of the <strong>RadTimeView</strong> control. This property is set using a System.Drawing.Color object. </remarks> <value> A System.Drawing.Color that represents the border color of the control. The default is Color.Empty, which indicates that this property is not set. </value> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderStyle"> <summary>Gets or sets the border style of the <strong>RadTimeView</strong> control.</summary> <value> One of the <strong>BorderStyle</strong> enumeration values. The default is <strong>NotSet</strong>. </value> <remarks> <para>Use the <strong>BorderStyle</strong> property to specify the border style for the <strong>RadTimeView</strong> control. This property is set using one of the <strong>BorderStyle</strong> enumeration values. The following table lists the possible values.</para> <para> <list type="table"> <item> <term><strong>Border Style</strong></term> <description><strong>Description</strong></description> </item> <item> <term>NotSet</term> <description>The border style is not set.</description> </item> <item> <term>None</term> <description>No border</description> </item> <item> <term>Dotted</term> <description>A dotted line border.</description> </item> <item> <term>Dashed</term> <description>A dashed line border.</description> </item> <item> <term>Solid</term> <description>A solid line border.</description> </item> <item> <term>Double</term> <description>A solid double line border.</description> </item> <item> <term>Groove</term> <description>A grooved border for a sunken border appearance.</description> </item> <item> <term>Ridge</term> <description>A ridged border for a raised border appearance.</description> </item> <item> <term>Inset</term> <description>An inset border for a sunken control appearance.</description> </item> </list> </para> <para>Note: This property will not render on some browsers.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderWidth"> <summary>Gets or sets the border width of the <strong>RadTimeView</strong> control.</summary> <value> A Unit that represents the border width of a RadTimeView control. The default value is Unit.Empty, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>BorderWidth</strong> property to specify a border width for a control.</para> <para>This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CssClass"> <summary> Gets or sets the cascading style sheet (CSS) class rendered by the <strong>RadTimeView</strong> on the client. </summary> <value> The CSS class rendered by the <strong>RadTimeView</strong> control on the client. The default is String.Empty. </value> <remarks> <para>Use the CssClass property to specify the CSS class to render on the client for the <strong>RadTimeView</strong> control. This property will render on browsers for all controls. It will always be rendered as the class attribute, regardless of the browser.</para> <para>For example, suppose you have the following <strong>RadTimeVeiw</strong> control declaration:</para> <para><asp:TextBox id="TextBox1" ForeColor="Red" CssClass="class1" /></para> <para>The following HTML is rendered on the client for the previous <strong>RadTimeView</strong> control declaration:</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Height"> <summary>Gets or sets the height of the <strong>RadTimeView</strong> control.</summary> <value> <para>A Unit that represents the height of the <strong>RadTimeView</strong> control. The default is Empty.</para> </value> <remarks> <para>Use the <strong>Height</strong> property to specify the height of the <strong>RadTimeView</strong> control.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Width"> <summary>Gets or sets the width of the <strong>RadTimeView</strong> control.</summary> <value> A Unit that represents the width of the <strong>RadTimeView</strong> control. The default is Empty. </value> <remarks> Use the <strong>Width</strong> property to specify the width of the <strong>RadTimeView</strong> control. </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Font"> <summary> Gets the font properties associated with the <strong>RadTimeView</strong> control. </summary> <value>A FontInfo that represents the font properties of the Web server control.</value> <remarks> Use the Font property to specify the font properties of the <strong>RadTimeView</strong> control. This property includes subproperties that can be accessed declaratively in the form of Property-Subproperty (for example Font-Bold) or programmatically in the form of Property.Subproperty (for example Font.Bold). </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.GridLines"> <summary> Gets or sets a value that specifies whether the border between the cells of the <strong>RadTimeView</strong> control is displayed. </summary> <value> One of the <strong>GridLines</strong> enumeration values. The default is Both. </value> <requirements> Use the <strong>GridLines</strong> property to specify whether the border between the cells of the data list control is displayed. This property is set with one of the <strong>GridLines</strong> enumeration values. </requirements> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderText"> <summary> Gets or sets the hetader associated with the <strong>RadTimeView</strong> control. </summary> <value>Use <strong>HeaderText</strong> when UseAccessibleHeader is set to true</value> </member> <member name="P:Telerik.WebControls.RadTimeView.CaptionAlign"> <summary>Gets or sets the alignemt of the associated caption.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.UseAccessibleHeader"> <summary> Indicates that the control should use accessible header cells in its containing table control. </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Caption"> <summary>Gets or sets the descriptive caption associated with the control.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.OnClientTimeSelected"> <summary> Occurs on the client when an time sell in the <strong>RadTimeView</strong> control is selected. </summary> <value>The default value is String.Empty</value> <example> <para>The following example demonstrates how to attach the <strong>OnClientSelectedEvent</strong></para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <script language="javascript"> function ClientTimeSelected(sender, args) { alert(args.oldTime); alert(args.newTime); } </script> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView OnClientTimeSelected="ClientTimeSelected"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the <strong>RadTimeView</strong> control. </summary> <value> One of the <strong>HorizontalAlign</strong> enumeration values. The default is <strong>NotSet</strong>. </value> <remarks> Use the <strong>HorizontalAlign</strong> property to specify the horizontal alignment of the data list control within its container. This property is set with one of the <strong>HorizontalAlign</strong> enumeration values. </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CellPadding"> <summary> Gets or sets the amount of space between the contents of the cell and the cell's border. </summary> <value> The distance (in pixels) between the contents of a cell and the cell's border. The default is -1, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>CellPadding</strong> property to control the spacing between the contents of a cell and the cell's border. The padding amount specified is added to all four sides of a cell.</para> <para>All cells in the same column of a data listing control share the same cell width. Therefore, if the content of one cell is longer than the content of other cells in the same column, the padding amount is applied to the widest cell. All other cells in the column are also set with this cell width.</para> <para>Similarly, all cells in the same row share the same height. The padding amount is applied to the height of the tallest cell in the row. All other cells in the same row are set with this cell height. Individual cell sizes cannot be specified.</para> <para>The value of this property is stored in view state.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CellSpacing"> <summary> Gets or sets the distance between time cells of the <strong>RadTimeView</strong>. </summary> <value> The distance (in pixels) between table cells. The default is -1, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>CellSpacing</strong> property to control the spacing between adjacent cells in a data listing control. This spacing is applied both vertically and horizontally. The cell spacing is uniform for the entire data list control. Individual cell spacing between each row or column cannot be specified.</para> <para>The value of this property is stored in view state.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Columns"> <summary> Gets or sets the number of columns to display in the <strong>RadTimeView</strong> control. </summary> <remarks> Use this property to specify the number of columns that display items in the <strong>RadTimeView</strong> control. For example, if you set this property to 5, the <strong>RadTimeView</strong> control displays its items in five columns. </remarks> <example> The following code example demonstrates how to use the <strong>Columns</strong> property to specify the number of columns to display in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView Columns="5" > </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ShowFooter"> <summary> <para>Gets or sets a value indicating whether the footer section is displayed in the <strong>RadTimeView</strong> control.</para> </summary> <value> true if the footer section is displayed; otherwise, false. The default value is true, however this property is only examined when the <strong>FooterTemplate</strong> property is not a null reference (Nothing in Visual Basic). </value> <remarks> <para>Use the <strong>ShowFooter</strong> property to specify whether the footer section is displayed in the <strong>RadTimeView</strong> control.</para> <para>You can control the appearance of the footer section by setting the <strong>FooterStyle</strong> property. The contents of the footer section are controlled by the <strong>FooterTemplate</strong> property.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>ShowFooter</strong> property to display the footer section in the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html Public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView ShowFooter="true" > <FooterTemplate> <asp:Label ID="Label1" runat="server" Text="Hello Footer!"></asp:Label> </FooterTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ShowHeader"> <summary> Gets or sets a value indicating whether the header section is displayed in the <strong>RadTimeView</strong> control. </summary> <value> true if the header is displayed; otherwise, false. The default value is true, however this property is only examined when the <strong>HeaderTemplate</strong> property is not a null reference (Nothing in Visual Basic). </value> <remarks> <para>Use the <strong>ShowHeader</strong> property to specify whether the header section is displayed in the <strong>RadTimeView</strong> control.</para> <para>You can control appearance of the header section by setting the <strong>HeaderStyle</strong> property. The contents of the header section are controlled by the <strong>HeaderTemplate</strong> property.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>ShowHeader</strong> property to display the header section in the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView ShowHeader="true"> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Hello Header!"></asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.StartTime"> <summary>Gets or sets the start time of the control.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Culture"> <summary> Provides information about a specific culture. The information includes the names for the culture, the writing system, the calendar used, and formatting for the times. </summary> <remarks> <para>The <strong>CultureInfo</strong> class renders culture-specific information, such as the associated language, sublanguage, country/region, calendar, and cultural conventions. This class also provides access to culture-specific instances of DateTimeFormatInfo, NumberFormatInfo, CompareInfo, and TextInfo. These objects contain the information required for culture-specific operations, such as casing, formatting dates and numbers, and comparing strings.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.EndTime"> <summary>ite</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Interval"> <summary> Gets or sets the interval between <strong>StartTime</strong> and <strong>EndTime</strong> </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeFormat"> <summary>Gets or sets the format of the time.</summary> <remarks> <para>A custom Time format string consists of one or more custom Time format specifiers, and that format string defines the text representation of a DateTime object that is produced by a formatting operation.</para> <para><strong>Custom Time format specifiers.</strong></para> <para> <list type="table"> <item> <term>h</term> <description>Represents the hour as a number from 1 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted without a leading zero. For example, given a time of 5:43, this format specifier displays "5". For more information about using a single format specifier, see Using Single Custom Format Specifiers.</description> </item> <item> <term>hh, hh (plus any number of additional "h" specifiers)</term> <description>Represents the hour as a number from 01 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted with a leading zero.</description> </item> <item> <term>H</term> <description>Represents the hour as a number from 0 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted without a leading zero.</description> </item> <item> <term>HH, HH (plus any number of additional "H" specifiers)</term> <description>Represents the hour as a number from 00 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted with a leading zero.</description> </item> <item> <term>m</term> <description>Represents the minute as a number from 0 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted without a leading zero.</description> </item> <item> <term>mm, mm (plus any number of additional "m" specifiers)</term> <description>Represents the minute as a number from 00 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted with a leading zero.</description> </item> <item> <term>s</term> <description>Represents the seconds as a number from 0 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted without a leading zero.</description> </item> <item> <term>ss, ss (plus any number of additional "s" specifiers)</term> <description>Represents the seconds as a number from 00 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted with a leading zero.</description> </item> <item> <term>t</term> <description>Represents the first character of the A.M./P.M. designator defined in the current System.Globalization.DateTimeFormatInfo.AMDesignator or System.Globalization.DateTimeFormatInfo.PMDesignator property. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used.</description> </item> <item> <term>tt, tt (plus any number of additional "t" specifiers)</term> <description>Represents the A.M./P.M. designator as defined in the current System.Globalization.DateTimeFormatInfo.AMDesignator or System.Globalization.DateTimeFormatInfo.PMDesignator property. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used.</description> </item> </list> </para> <para><br/> <strong>Standard Time Format Specifiers</strong></para> <para> <list type="table"> <item> <term>t</term> <description>ShortTimePattern - For example, the custom format string for the invariant culture is "HH:mm".</description> </item> <item> <term>T</term> <description>LongTimePattern - For example, the custom format string for the invariant culture is "HH:mm:ss".</description> </item> </list> </para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeStyle"> <summary> Gets the style properties for the time cells in the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the items of the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>If you specify a red font for the <strong>TimeStyle</strong> property, all other item style properties in the <strong>RadTimeView</strong> control will also have a red font. This allows you to provide a common appearance for the control by setting a single item style property. You can override the inherited style settings for an item style property that is higher in the hierarchy by setting its style properties. For example, you can specify a blue font for the <strong>AlternatingTimeStyle</strong> property, overriding the red font specified in the <strong>TimeStyle</strong> property.</para> <para>To specify a custom style for the items of the <strong>RadTimeView</strong> control, place the <TimeStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <TimeStyle> tag.</para> <para>You can also use the AlternatingTimeStyle property to provide a different appearance for the alternating items in the <strong>RadTimeView</strong> control.</para> </remarks> <example> The following code example demonstrates how to use the <strong>TimeStyle</strong> property to specify a different background color for the time cells in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <div> <asp:DropDownList AutoPostBack="true" ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem Text="Select" Value=""></asp:ListItem> <asp:ListItem Text="DarkGray" Value="DarkGray"></asp:ListItem> <asp:ListItem Text="Khaki" Value="Khaki"></asp:ListItem> <asp:ListItem Text="DarkKhaki" Value="DarkKhaki"></asp:ListItem> </asp:DropDownList> </div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> <code lang="CS" title="[New Example]"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.RadTimePicker1.TimeView.TimeStyle.BackColor = System.Drawing.Color.FromName(this.DropDownList1.SelectedItem.Value); } } </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.AlternatingTimeStyle"> <summary> Gets the style properties for alternating time sells in the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use the <strong>AlternatingTimeStyle</strong> property to provide a custom style for the alternating time cells in the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>If you specify a red font for the <strong>TimeStyle</strong> property, all other item style properties in the <strong>RadTimeView</strong> control will also have a red font. This allows you to provide a common appearance for the control by setting a single item style property. You can override the inherited style settings for an item style property that is higher in the hierarchy by setting its style properties. For example, you can specify a blue font for the <strong>AlternatingTimeStyle</strong> property, overriding the red font specified in the <strong>TimeStyle</strong> property.</para> <para>To specify a custom style for the alternating items, place the <AlternatingTimeStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <AlternatingTimeStyle> tag.</para> </remarks> <example> The following code example demonstrates how to use the <strong>AlternatingTimeStyle</strong> property to specify a different background color for alternating items in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <div> <asp:DropDownList AutoPostBack="true" ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem Text="Select" Value=""></asp:ListItem> <asp:ListItem Text="DarkGray" Value="DarkGray"></asp:ListItem> <asp:ListItem Text="Khaki" Value="Khaki"></asp:ListItem> <asp:ListItem Text="DarkKhaki" Value="DarkKhaki"></asp:ListItem> </asp:DropDownList> </div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> <code lang="CS" title="[New Example]"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.RadTimePicker1.TimeView.AlternatingTimeStyle.BackColor = System.Drawing.Color.FromName(this.DropDownList1.SelectedItem.Value); } } </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderStyle"> <summary> Gets the style properties for the heading section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the heading of the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>To specify a custom style for the heading section, place the <HeaderStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <HeaderStyle> tag.</para> <para><strong>Note</strong>: The <strong>ShowHeader</strong> property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderStyle</strong> property to specify a custom background color for the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None" ShowHeader="true"> <HeaderStyle BackColor="red" /> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.FooterStyle"> <summary> Gets the style properties for the footer section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the footer section of the <strong>radTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>The <strong>FooterStyle</strong> property of the <strong>RadTimeView</strong> control inherits the style settings of the ControlStyle property. For example, if you specify a red font for the ControlStyle property, the <strong>FooterStyle</strong> property will also have a red font. This allows you to provide a common appearance for the control by setting a single style property. You can override the inherited style settings by setting the <strong>FooterStyle</strong> property. For example, you can specify a blue font for the <strong>FooterStyle</strong> property, overriding the red font specified in the ControlStyle property.</para> <para>To specify a custom style for the footer section, place the <FooterStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <FooterStyle> tag.</para> <para><strong>Note</strong>: The <strong>ShowFooter</strong> property must be set to true for this property to be visible.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>FooterStyle</strong> property to specify a custom background color for the footer section of the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None" ShowFooter="true"> <FooterStyle BackColor="Aqua" /> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.SkinsPath"> <summary>Gets or sets the relative path to the <strong>Skin</strong> folder.</summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="T:Telerik.WebControls.Base.Calendar.TypeConvertors.TemplateListTypeConverter"> <summary> Custom Type convertor that gives enhanced selection abilities for the properties that reffer to collections like CalendarDayCollection. </summary> </member> <member name="T:Telerik.WebControls.RadCalendarUtils.JsBuilder"> <summary> Summary description for JsBuilder. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Utilities.Utility"> <summary> Summary description for Utility. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Utilities.Utility.ConvertSingleValueToClientString(System.Object)"> <summary> This static member is used translating .NET arrays to JS arrays. Acts like a compressor. </summary> <param name="InputArray">The 1D array to compress</param> <returns>The compressed string</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Utilities.Utility.ConvertToServerDateTimeCollection(Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection,System.String)"> <summary> Converts an input 2D JavaScript array like [[5,10,2005],[6,10,2005],[7,10,2005]] into a DateTimeCollection. </summary> <param name="dateTimeCollection">The DateTimeCollection that will be filled.</param> <param name="inputString">The input string.</param> </member> <member name="T:Telerik.RadCalendarUtils.Constants"> <summary> Summary description for Constants. </summary> </member> <member name="T:Telerik.WebControls.DatePickingCalendar"> <summary> Summary description for DatepickingCalendar. </summary> </member> <member name="T:Telerik.WebControls.RadCalendar"> <summary> The RadCalendar main class. </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.CreateChildControls"> <summary> Create controls from template, fill ContentPanes and add them to Controls collection. </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.ResetTemplates"> <summary> <para>This method supports the Telerik RadCalendar infrastructure and is not intended to be used directly from your code.</para> </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.FindControlRecursive(System.String,System.Web.UI.ControlCollection)"> <summary> Recursively searches for a control with the specified id in the passed controls collection. </summary> <param name="controlID">The id of the control to look for.</param> <param name="controlsCollection">The current Controls collection to search in.</param> <returns>The found control or null if nothing was found.</returns> </member> <member name="M:Telerik.WebControls.RadCalendar.FindControl(System.String)"> <summary> When using templates, their content is instantiated and "lives" inside the <a href="RadCalendar~Telerik.WebControls.RadCalendar~Controls.html">Controls collection</a> of RadCalendar class. To access the controls instantiated from the templates they must be found using this method (RadCalendar implements INamingContainer interface). </summary> <returns>Reference to the found control or null if no control was found.</returns> <param name="id">The ID of the searched control.</param> </member> <member name="M:Telerik.WebControls.RadCalendar.GetClientData"> <summary> Returns an ArrayList of all properties of RadCalendar that are to be exported on the client. </summary> <returns></returns> </member> <member name="M:Telerik.WebControls.RadCalendar.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:Telerik.WebControls.RadCalendar.SaveViewState">SaveViewState</see> method. </summary> <param name="savedState">The saved view state.</param> </member> <member name="M:Telerik.WebControls.RadCalendar.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns>The saved view state.</returns> </member> <member name="M:Telerik.WebControls.RadCalendar.GetClientTitleArray"> <summary> Returns an ArrayList of all cached titles. </summary> <returns>The ArrayList to return.</returns> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationSettings"> <summary> Gets or sets the <a href="RadCalendar~Telerik.WebControls.MonthYearFastNavigationSettings.html">MonthYearFastNavigationSettings</a> object whose inner properties can be used to modify the fast Month/Year client navigation settings. </summary> <value><see cref="T:Telerik.WebControls.MonthYearFastNavigationSettings">MonthYearFastNavigationSettings</see></value> </member> <member name="P:Telerik.WebControls.RadCalendar.IsDesignMode"> <summary> Returns whether RadCalendar is currently in design mode. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.CssClass"> <summary> Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. </summary> <value> The CSS class rendered by the Web server control on the client. The default is <strong>calendarWrapper_[skin name]</strong>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarDayTemplates"> <summary> Gets or sets a collection of type <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.CalendarDayTemplateCollection.html"> CalendarDayTemplateCollection</a> which stores the created templates to use with <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a>. All of the items are represented by <a href="RadCalendar~Telerik.WebControls.DayTemplate.html">DayTemplate</a> instances. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ClientEvents"> <summary> Gets the instance of <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.html"> CalendarClientEvents</a> class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableRepeatableDaysOnClient"> <summary> Gets or sets whether the repeatable days logic should be supported on the client (effective for client calendar - with set property <a href="RadCalendar~Telerik.WebControls.RadCalendar~AutoPostBack.html">AutoPostBack</a>="false"). </summary> <value> <strong>true</strong>, if the repeatable days logic should be supported on the client; otherwise, <strong>false</strong>. The default value is <strong>true</strong>. </value> <remarks> The <strong>EnableRepeatableDaysOnClient</strong> property has effect over the logic of the recurring events to the calendar. It should be true, if you wants the repeatable days to be supported by a calendar with AutoPostBack="false". If you are not using repeatable days or/and client calendar, you can improve the calendar performance by setting it to false. </remarks> <seealso cref="P:Telerik.WebControls.RadCalendar.SpecialDays">SpecialDays Property</seealso> </member> <member name="P:Telerik.WebControls.RadCalendar.CellDayFormat"> <summary> Gets or sets the format string that will be applied to the dates presented in the calendar area. </summary> <remarks> For additional details see <a href="DateFormat.html">Date Format Pattern</a> topic </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewRows"> <summary> Gets or sets the the count of rows to be displayed by a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewColumns"> <summary> Gets or sets the the count of columns to be displayed by a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewWidth"> <summary> Gets or sets the Width applied to a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewHeight"> <summary> Gets or sets the Height applied to a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.MonthLayout"> <summary> <para>Gets or sets the predefined pairs of rows and columns, so that the product of the two values is exactly 42, which guarantees valid calendar layout. It is applied on a single view level to every <a href="RadCalendar~Telerik.WebControls.Base.Calendar.MonthView.html">MonthView</a> instance in the calendar.</para> </summary> <remarks> <para>The following values are applicable and defined in the MonthLayout enumeration:<br/> <br/> Layout_7columns_x_6rows - horizontal layout<br/> <br/> Layout_14columns_x_3rows - horizontal layout<br/> <br/> Layout_21columns_x_2rows - horizontal layout<br/> <br/> Layout_7rows_x_6columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.<br/> <br/> Layout_14rows_x_3columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.<br/> <br/> Layout_21rows_x_2columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CellAlign"> <summary> <para>Gets or sets the horizontal alignment of the date cells content inside the calendar area.</para> <para>The HorizontalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term> <para align="left">Member name</para> </term> <description> <para align="left">Description</para> </description> </listheader> <item> <term> <para align="left"><b>Center</b></para> </term> <description>The contents of a container are centered.</description> </item> <item> <term><b>Justify</b></term> <description>The contents of a container are uniformly spread out and aligned with both the left and right margins.</description> </item> <item> <term><b>Left</b></term> <description>The contents of a container are left justified.</description> </item> <item> <term><b>NotSet</b></term> <description>The horizontal alignment is not set.</description> </item> <item> <term><b>Right</b></term> <description>The contents of a container are right justified.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CellVAlign"> <summary> <para>Gets or sets the vertical alignment of the date cells content inside the calendar area.</para> <para>The VerticalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>Bottom</b></term> <description>Text or object is aligned with the bottom of the enclosing control.</description> </item> <item> <term><b>Middle</b></term> <description>Text or object is aligned with the center of the enclosing control.</description> </item> <item> <term><b>NotSet</b></term> <description>Vertical alignment is not set.</description> </item> <item> <term><b>Top</b></term> <description>Text or object is aligned with the top of the enclosing control.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.MultiViewRows"> <summary> Gets or sets the the count of rows to be displayed by a multi month <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.MultiViewColumns"> <summary> Gets or sets the the count of columns to be displayed by a multi month <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RangeMaxDate"> <summary> Gets or sets the maximum date valid for selection by Telerik RadCalendar. Must be interpreted as the Higher bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection past this date. </summary> <remarks> This property has a default value of <font size="1"><strong>12/30/2099</strong> (Gregorian calendar date).</font> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.RangeMinDate"> <summary> Gets or sets the minimal date valid for selection by Telerik RadCalendar. Must be interpreted as the Lower bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection prior to this date. </summary> <remarks> This property has a default value of <font size="1"><strong>1/1/1980</strong> (Gregorian calendar date).</font> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FirstDayOfWeek"> <summary> <para>Specifies the day to display as the first day of the week on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The FirstDayOfWeek enumeration can be found in <strong>System.Web.UI.WebControls</strong> Namespace.</para> </summary> <remarks> <para>The <b>FirstDayOfWeek</b> enumeration represents the values that specify which day to display as the first day of the week on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>Default</b></term> <description>The first day of the week is specified by the system settings.</description> </item> <item> <term><b>Friday</b></term> <description>The first day of the week is Friday.</description> </item> <item> <term><b>Monday</b></term> <description>The first day of the week is Monday.</description> </item> <item> <term><b>Saturday</b></term> <description>The first day of the week is Saturday.</description> </item> <item> <term><b>Sunday</b></term> <description>The first day of the week is Sunday.</description> </item> <item> <term><b>Thursday</b></term> <description>The first day of the week is Thursday.</description> </item> <item> <term><b>Tuesday</b></term> <description>The first day of the week is Tuesday.</description> </item> <item> <term><b>Wednesday</b></term> <description>The first day of the week is Wednesday.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDate"> <summary> Sets or returns the currently selected date. The default value is the value of <strong>System.DateTime.MinValue</strong>. </summary> <remarks> <para>Use the <b>SelectedDate</b> property to determine the selected date on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The <b>SelectedDate</b> property and the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectedDates.html">SelectedDates</a> collection are closely related. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>false</b>, a mode that allows only a single date selection, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and <b>SelectedDates.Count</b> equals 1. When the <b>EnableMultiSelect</b> property is set to <b>true</b>, mode that allows multiple date selections, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para> <para>The <b>SelectedDate</b> property is set using a System.DateTime object.</para> <para>When the user selects a date on the <strong>RadCalendar</strong> control, the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectionChanged_EV.html">SelectionChanged</a> event is raised. The <b>SelectedDate</b> property is updated to the selected date. The <b>SelectedDates</b> collection is also updated to contain just this date.</para> <blockquote class="dtBlock"> <b class="le">Note</b> Both the <b>SelectedDate</b> property and the <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b> event is raised. You can override the date selection by using the <strong>OnSelectionChanged</strong> event handler to manually set the <b>SelectedDate</b> property. The <b>SelectionChanged</b> event does not get raised when this property is programmatically set. </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDate"> <summary> Gets or sets the value that is used by <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> to determine the viewable area displayed . </summary> <remarks> <para>By default, the <strong>FocusedDate</strong> property returns the current system date when in runtime, and in design mode defaults to <strong>System.DateTime.MinValue.</strong> When the <strong>FocusedDate</strong> is set, from that point, the value returned by the <strong>FocusedDate</strong> property is the one the user sets.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDateRow"> <summary> Gets or sets the row index where the <a href="RadCalendar~Telerik.WebControls.RadCalendar~FocusedDate.html">FocusedDate</a> (and the month view it belongs to) will be positioned inside a multi view area. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDateColumn"> <summary> Gets or sets the column index where the <a href="RadCalendar~Telerik.WebControls.RadCalendar~FocusedDate.html">FocusedDate</a> (and the month view it belongs to) will be positioned inside a multi view area. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDates"> <summary> Gets a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>) that represent the selected dates on the <strong>RadCalendar</strong> control. </summary> <value> A <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.html"> DateTimeCollection</a> that contains a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>) representing the selected dates on the <strong>RadCalendar</strong> control. The default value is an empty <b>DateTimeCollection</b>. </value> <remarks> <para>Use the <b>SelectedDates</b> collection to determine the currently selected dates on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The <a href="frlrfsystemwebuiwebcontrolscalendarclassselecteddatetopic.htm">SelectedDate</a> property and the <b>SelectedDates</b> collection are closely related. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>false</b>, a mode that allows only a single date selection, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and <b>SelectedDates.Count</b> equals 1. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>true</b>, mode that allows multiple date selections, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para> <para>The <b>SelectedDates</b> property stores a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>).</para> <para>When the user selects a date or date range (for example with the column or rows selectors) on the <strong>RadCalendar</strong> control, the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectionChanged_EV.html">SelectionChanged</a> event is raised. The selected dates are added to the <b>SelectedDates</b> collection, accumulating with previously selected dates. The range of dates are not sorted by default. The <strong>SelectedDate</strong> property is also updated to contain the first date in the <b>SelectedDates</b> collection.</para> <para>You can also use the <b>SelectedDates</b> collection to programmatically select dates on the <b>Calendar</b> control. Use the <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Add.html"> Add</a>, <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Remove.html"> Remove</a>, <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Clear.html"> Clear</a>, and <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~SelectRange.html"> SelectRange</a> methods to programmatically manipulate the selected dates in the <b>SelectedDates</b> collection.</para> <blockquote class="dtBlock"> <b class="le">Note</b> Both the <b>SelectedDate</b> property and the <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b> event is raised.You can override the dates selection by using the <strong>OnSelectionChanged</strong> event handler to manually set the <b>SelectedDates</b> collection. The <b>SelectionChanged</b> event is not raised when this collection is programmatically set. </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationStep"> <summary> Gets or sets an integer value representing the number of <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> views that will be scrolled when the user clicks on a fast navigation link. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ImagesBaseDir"> <summary> Gets or sets the directory where image files used by <strong>RadCalendar</strong> reside. Use "~/" (tilde) as a substitution of the web-application root directory. This property is not required by the <strong>Skin</strong> functionality. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DayNameFormat"> <summary> Specifies the display formats for the days of the week used as selectors by <strong>RadCalendar</strong>. </summary> <remarks> <para>Use the <b>DayNameFormat</b> property to specify the name format for the days of the week. This property is set with one of the <strong>DayNameFormat</strong> enumeration values. You can specify whether the days of the week are displayed as the full name, short (abbreviated) name, first letter of the day, or first two letters of the day.</para> <para>The <b>DayNameFormat</b> enumeration represents the display formats for the days of the week used as selectors by <strong>RadCalendar</strong>.</para> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>FirstLetter</b></term> <description>The days of the week displayed with just the first letter. For example, <strong>T</strong>.</description> </item> <item> <term><b>FirstTwoLetters</b></term> <description>The days of the week displayed with just the first two letters. For example, <strong>Tu</strong>.</description> </item> <item> <term><b>Full</b></term> <description>The days of the week displayed in full format. For example, <strong>Tuesday</strong>.</description> </item> <item> <term><b>Short</b></term> <description>The days of the week displayed in abbreviated format. For example, <strong>Tues</strong>.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DateTimeFormat"> <summary> Gets or sets a <strong>DateTimeFormatInfo</strong> instance that defines the culturally appropriate format of displaying dates and times as specified by the default culture. </summary> <remarks> <para>A <strong>DateTimeFormatInfo</strong> can be created only for the invariant culture or for specific cultures, not for neutral cultures.</para> <para>The cultures are generally grouped into three sets: the invariant culture, the neutral cultures, and the specific cultures.</para> <para>The invariant culture is culture-insensitive. You can specify the invariant culture by name using an empty string ("") or by its culture identifier 0x007F. <strong>InvariantCulture</strong> retrieves an instance of the invariant culture. It is associated with the English language but not with any country/region. It can be used in almost any method in the Globalization namespace that requires a culture. If a security decision depends on a string comparison or a case-change operation, use the <b>InvariantCulture</b> to ensure that the behavior will be consistent regardless of the culture settings of the system. However, the invariant culture must be used only by processes that require culture-independent results, such as system services; otherwise, it produces results that might be linguistically incorrect or culturally inappropriate.</para> <para>A neutral culture is a culture that is associated with a language but not with a country/region. A specific culture is a culture that is associated with a language and a country/region. For example, "fr" is a neutral culture and "fr-FR" is a specific culture. Note that "zh-CHS" (Simplified Chinese) and "zh-CHT" (Traditional Chinese) are neutral cultures.</para> <para>The user might choose to override some of the values associated with the current culture of Windows through Regional and Language Options (or Regional Options or Regional Settings) in Control Panel. For example, the user might choose to display the date in a different format or to use a currency other than the default for the culture.</para> <para>If <strong>UseUserOverride</strong> is <b>true</b> and the specified culture matches the current culture of Windows, the <strong>CultureInfo</strong> uses those overrides, including user settings for the properties of the <b>DateTimeFormatInfo</b> instance returned by the <b>DateTimeFormat</b> property, the properties of the <strong>NumberFormatInfo</strong> instance returned by the <strong>NumberFormat</strong> property, and the properties of the <strong>CompareInfo</strong> instance returned by the <strong>CompareInfo</strong> property. If the user settings are incompatible with the culture associated with the <b>CultureInfo</b> (for example, if the selected calendar is not one of the <strong>OptionalCalendars</strong> ), the results of the methods and the values of the properties are undefined.<br/> <br/> <strong>Note:</strong> In this version of <strong>RadCalendar</strong> the <strong>NumberFormatInfo</strong> instance returned by the <strong>NumberFormat</strong> property is not taken into account.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CultureInfo"> <summary> <para>Gets or sets the <strong>CultureInfo</strong> instance that represents information about the culture of this <strong>RadCalendar</strong> object.</para> <para>A <b>CultureInfo</b> class describes information about the culture of this RadCalendar instance including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.</para> </summary> <remarks> <para>The culture names follow the RFC 1766 standard in the format "<languagecode2>-<country/regioncode2>", where <languagecode2> is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166. For example, U.S. English is "en-US". In cases where a two-letter language code is not available, the three-letter code derived from ISO 639-2 is used; for example, the three-letter code "div" is used for cultures that use the Dhivehi language. Some culture names have suffixes that specify the script; for example, "-Cyrl" specifies the Cyrillic script, "-Latn" specifies the Latin script.</para> <para>The following predefined <b>CultureInfo</b> names and identifiers are accepted and used by this class and other classes in the System.Globalization namespace.</para> <table cellspacing="0"> <tbody> <tr valign="top"> <th width="32%">Culture Name</th> <th width="34%">Culture Identifier</th> <th width="34%">Language-Country/Region</th> </tr> <tr valign="top"> <td width="32%">"" (empty string)</td> <td width="34%">0x007F</td> <td width="34%">invariant culture</td> </tr> <tr valign="top"> <td width="32%">af</td> <td width="34%">0x0036</td> <td width="34%">Afrikaans</td> </tr> <tr valign="top"> <td width="32%">af-ZA</td> <td width="34%">0x0436</td> <td width="34%">Afrikaans - South Africa</td> </tr> <tr valign="top"> <td width="32%">sq</td> <td width="34%">0x001C</td> <td width="34%">Albanian</td> </tr> <tr valign="top"> <td width="32%">sq-AL</td> <td width="34%">0x041C</td> <td width="34%">Albanian - Albania</td> </tr> <tr valign="top"> <td width="32%">ar</td> <td width="34%">0x0001</td> <td width="34%">Arabic</td> </tr> <tr valign="top"> <td width="32%">ar-DZ</td> <td width="34%">0x1401</td> <td width="34%">Arabic - Algeria</td> </tr> <tr valign="top"> <td width="32%">ar-BH</td> <td width="34%">0x3C01</td> <td width="34%">Arabic - Bahrain</td> </tr> <tr valign="top"> <td width="32%">ar-EG</td> <td width="34%">0x0C01</td> <td width="34%">Arabic - Egypt</td> </tr> <tr valign="top"> <td width="32%">ar-IQ</td> <td width="34%">0x0801</td> <td width="34%">Arabic - Iraq</td> </tr> <tr valign="top"> <td width="32%">ar-JO</td> <td width="34%">0x2C01</td> <td width="34%">Arabic - Jordan</td> </tr> <tr valign="top"> <td width="32%">ar-KW</td> <td width="34%">0x3401</td> <td width="34%">Arabic - Kuwait</td> </tr> <tr valign="top"> <td width="32%">ar-LB</td> <td width="34%">0x3001</td> <td width="34%">Arabic - Lebanon</td> </tr> <tr valign="top"> <td width="32%">ar-LY</td> <td width="34%">0x1001</td> <td width="34%">Arabic - Libya</td> </tr> <tr valign="top"> <td width="32%">ar-MA</td> <td width="34%">0x1801</td> <td width="34%">Arabic - Morocco</td> </tr> <tr valign="top"> <td width="32%">ar-OM</td> <td width="34%">0x2001</td> <td width="34%">Arabic - Oman</td> </tr> <tr valign="top"> <td width="32%">ar-QA</td> <td width="34%">0x4001</td> <td width="34%">Arabic - Qatar</td> </tr> <tr valign="top"> <td width="32%">ar-SA</td> <td width="34%">0x0401</td> <td width="34%">Arabic - Saudi Arabia</td> </tr> <tr valign="top"> <td width="32%">ar-SY</td> <td width="34%">0x2801</td> <td width="34%">Arabic - Syria</td> </tr> <tr valign="top"> <td width="32%">ar-TN</td> <td width="34%">0x1C01</td> <td width="34%">Arabic - Tunisia</td> </tr> <tr valign="top"> <td width="32%">ar-AE</td> <td width="34%">0x3801</td> <td width="34%">Arabic - United Arab Emirates</td> </tr> <tr valign="top"> <td width="32%">ar-YE</td> <td width="34%">0x2401</td> <td width="34%">Arabic - Yemen</td> </tr> <tr valign="top"> <td width="32%">hy</td> <td width="34%">0x002B</td> <td width="34%">Armenian</td> </tr> <tr valign="top"> <td width="32%">hy-AM</td> <td width="34%">0x042B</td> <td width="34%">Armenian - Armenia</td> </tr> <tr valign="top"> <td width="32%">az</td> <td width="34%">0x002C</td> <td width="34%">Azeri</td> </tr> <tr valign="top"> <td width="32%">az-AZ-Cyrl</td> <td width="34%">0x082C</td> <td width="34%">Azeri (Cyrillic) - Azerbaijan</td> </tr> <tr valign="top"> <td width="32%">az-AZ-Latn</td> <td width="34%">0x042C</td> <td width="34%">Azeri (Latin) - Azerbaijan</td> </tr> <tr valign="top"> <td width="32%">eu</td> <td width="34%">0x002D</td> <td width="34%">Basque</td> </tr> <tr valign="top"> <td width="32%">eu-ES</td> <td width="34%">0x042D</td> <td width="34%">Basque - Basque</td> </tr> <tr valign="top"> <td width="32%">be</td> <td width="34%">0x0023</td> <td width="34%">Belarusian</td> </tr> <tr valign="top"> <td width="32%">be-BY</td> <td width="34%">0x0423</td> <td width="34%">Belarusian - Belarus</td> </tr> <tr valign="top"> <td width="32%">bg</td> <td width="34%">0x0002</td> <td width="34%">Bulgarian</td> </tr> <tr valign="top"> <td width="32%">bg-BG</td> <td width="34%">0x0402</td> <td width="34%">Bulgarian - Bulgaria</td> </tr> <tr valign="top"> <td width="32%">ca</td> <td width="34%">0x0003</td> <td width="34%">Catalan</td> </tr> <tr valign="top"> <td width="32%">ca-ES</td> <td width="34%">0x0403</td> <td width="34%">Catalan - Catalan</td> </tr> <tr valign="top"> <td width="32%">zh-HK</td> <td width="34%">0x0C04</td> <td width="34%">Chinese - Hong Kong SAR</td> </tr> <tr valign="top"> <td width="32%">zh-MO</td> <td width="34%">0x1404</td> <td width="34%">Chinese - Macau SAR</td> </tr> <tr valign="top"> <td width="32%">zh-CN</td> <td width="34%">0x0804</td> <td width="34%">Chinese - China</td> </tr> <tr valign="top"> <td width="32%">zh-CHS</td> <td width="34%">0x0004</td> <td width="34%">Chinese (Simplified)</td> </tr> <tr valign="top"> <td width="32%">zh-SG</td> <td width="34%">0x1004</td> <td width="34%">Chinese - Singapore</td> </tr> <tr valign="top"> <td width="32%">zh-TW</td> <td width="34%">0x0404</td> <td width="34%">Chinese - Taiwan</td> </tr> <tr valign="top"> <td width="32%">zh-CHT</td> <td width="34%">0x7C04</td> <td width="34%">Chinese (Traditional)</td> </tr> <tr valign="top"> <td width="32%">hr</td> <td width="34%">0x001A</td> <td width="34%">Croatian</td> </tr> <tr valign="top"> <td width="32%">hr-HR</td> <td width="34%">0x041A</td> <td width="34%">Croatian - Croatia</td> </tr> <tr valign="top"> <td width="32%">cs</td> <td width="34%">0x0005</td> <td width="34%">Czech</td> </tr> <tr valign="top"> <td width="32%">cs-CZ</td> <td width="34%">0x0405</td> <td width="34%">Czech - Czech Republic</td> </tr> <tr valign="top"> <td width="32%">da</td> <td width="34%">0x0006</td> <td width="34%">Danish</td> </tr> <tr valign="top"> <td width="32%">da-DK</td> <td width="34%">0x0406</td> <td width="34%">Danish - Denmark</td> </tr> <tr valign="top"> <td width="32%">div</td> <td width="34%">0x0065</td> <td width="34%">Dhivehi</td> </tr> <tr valign="top"> <td width="32%">div-MV</td> <td width="34%">0x0465</td> <td width="34%">Dhivehi - Maldives</td> </tr> <tr valign="top"> <td width="32%">nl</td> <td width="34%">0x0013</td> <td width="34%">Dutch</td> </tr> <tr valign="top"> <td width="32%">nl-BE</td> <td width="34%">0x0813</td> <td width="34%">Dutch - Belgium</td> </tr> <tr valign="top"> <td width="32%">nl-NL</td> <td width="34%">0x0413</td> <td width="34%">Dutch - The Netherlands</td> </tr> <tr valign="top"> <td width="32%">en</td> <td width="34%">0x0009</td> <td width="34%">English</td> </tr> <tr valign="top"> <td width="32%">en-AU</td> <td width="34%">0x0C09</td> <td width="34%">English - Australia</td> </tr> <tr valign="top"> <td width="32%">en-BZ</td> <td width="34%">0x2809</td> <td width="34%">English - Belize</td> </tr> <tr valign="top"> <td width="32%">en-CA</td> <td width="34%">0x1009</td> <td width="34%">English - Canada</td> </tr> <tr valign="top"> <td width="32%">en-CB</td> <td width="34%">0x2409</td> <td width="34%">English - Caribbean</td> </tr> <tr valign="top"> <td width="32%">en-IE</td> <td width="34%">0x1809</td> <td width="34%">English - Ireland</td> </tr> <tr valign="top"> <td width="32%">en-JM</td> <td width="34%">0x2009</td> <td width="34%">English - Jamaica</td> </tr> <tr valign="top"> <td width="32%">en-NZ</td> <td width="34%">0x1409</td> <td width="34%">English - New Zealand</td> </tr> <tr valign="top"> <td width="32%">en-PH</td> <td width="34%">0x3409</td> <td width="34%">English - Philippines</td> </tr> <tr valign="top"> <td width="32%">en-ZA</td> <td width="34%">0x1C09</td> <td width="34%">English - South Africa</td> </tr> <tr valign="top"> <td width="32%">en-TT</td> <td width="34%">0x2C09</td> <td width="34%">English - Trinidad and Tobago</td> </tr> <tr valign="top"> <td width="32%">en-GB</td> <td width="34%">0x0809</td> <td width="34%">English - United Kingdom</td> </tr> <tr valign="top"> <td width="32%">en-US</td> <td width="34%">0x0409</td> <td width="34%">English - United States</td> </tr> <tr valign="top"> <td width="32%">en-ZW</td> <td width="34%">0x3009</td> <td width="34%">English - Zimbabwe</td> </tr> <tr valign="top"> <td width="32%">et</td> <td width="34%">0x0025</td> <td width="34%">Estonian</td> </tr> <tr valign="top"> <td width="32%">et-EE</td> <td width="34%">0x0425</td> <td width="34%">Estonian - Estonia</td> </tr> <tr valign="top"> <td width="32%">fo</td> <td width="34%">0x0038</td> <td width="34%">Faroese</td> </tr> <tr valign="top"> <td width="32%">fo-FO</td> <td width="34%">0x0438</td> <td width="34%">Faroese - Faroe Islands</td> </tr> <tr valign="top"> <td width="32%">fa</td> <td width="34%">0x0029</td> <td width="34%">Farsi</td> </tr> <tr valign="top"> <td width="32%">fa-IR</td> <td width="34%">0x0429</td> <td width="34%">Farsi - Iran</td> </tr> <tr valign="top"> <td width="32%">fi</td> <td width="34%">0x000B</td> <td width="34%">Finnish</td> </tr> <tr valign="top"> <td width="32%">fi-FI</td> <td width="34%">0x040B</td> <td width="34%">Finnish - Finland</td> </tr> <tr valign="top"> <td width="32%">fr</td> <td width="34%">0x000C</td> <td width="34%">French</td> </tr> <tr valign="top"> <td width="32%">fr-BE</td> <td width="34%">0x080C</td> <td width="34%">French - Belgium</td> </tr> <tr valign="top"> <td width="32%">fr-CA</td> <td width="34%">0x0C0C</td> <td width="34%">French - Canada</td> </tr> <tr valign="top"> <td width="32%">fr-FR</td> <td width="34%">0x040C</td> <td width="34%">French - France</td> </tr> <tr valign="top"> <td width="32%">fr-LU</td> <td width="34%">0x140C</td> <td width="34%">French - Luxembourg</td> </tr> <tr valign="top"> <td width="32%">fr-MC</td> <td width="34%">0x180C</td> <td width="34%">French - Monaco</td> </tr> <tr valign="top"> <td width="32%">fr-CH</td> <td width="34%">0x100C</td> <td width="34%">French - Switzerland</td> </tr> <tr valign="top"> <td width="32%">gl</td> <td width="34%">0x0056</td> <td width="34%">Galician</td> </tr> <tr valign="top"> <td width="32%">gl-ES</td> <td width="34%">0x0456</td> <td width="34%">Galician - Galician</td> </tr> <tr valign="top"> <td width="32%">ka</td> <td width="34%">0x0037</td> <td width="34%">Georgian</td> </tr> <tr valign="top"> <td width="32%">ka-GE</td> <td width="34%">0x0437</td> <td width="34%">Georgian - Georgia</td> </tr> <tr valign="top"> <td width="32%">de</td> <td width="34%">0x0007</td> <td width="34%">German</td> </tr> <tr valign="top"> <td width="32%">de-AT</td> <td width="34%">0x0C07</td> <td width="34%">German - Austria</td> </tr> <tr valign="top"> <td width="32%">de-DE</td> <td width="34%">0x0407</td> <td width="34%">German - Germany</td> </tr> <tr valign="top"> <td width="32%">de-LI</td> <td width="34%">0x1407</td> <td width="34%">German - Liechtenstein</td> </tr> <tr valign="top"> <td width="32%">de-LU</td> <td width="34%">0x1007</td> <td width="34%">German - Luxembourg</td> </tr> <tr valign="top"> <td width="32%">de-CH</td> <td width="34%">0x0807</td> <td width="34%">German - Switzerland</td> </tr> <tr valign="top"> <td width="32%">el</td> <td width="34%">0x0008</td> <td width="34%">Greek</td> </tr> <tr valign="top"> <td width="32%">el-GR</td> <td width="34%">0x0408</td> <td width="34%">Greek - Greece</td> </tr> <tr valign="top"> <td width="32%">gu</td> <td width="34%">0x0047</td> <td width="34%">Gujarati</td> </tr> <tr valign="top"> <td width="32%">gu-IN</td> <td width="34%">0x0447</td> <td width="34%">Gujarati - India</td> </tr> <tr valign="top"> <td width="32%">he</td> <td width="34%">0x000D</td> <td width="34%">Hebrew</td> </tr> <tr valign="top"> <td width="32%">he-IL</td> <td width="34%">0x040D</td> <td width="34%">Hebrew - Israel</td> </tr> <tr valign="top"> <td width="32%">hi</td> <td width="34%">0x0039</td> <td width="34%">Hindi</td> </tr> <tr valign="top"> <td width="32%">hi-IN</td> <td width="34%">0x0439</td> <td width="34%">Hindi - India</td> </tr> <tr valign="top"> <td width="32%">hu</td> <td width="34%">0x000E</td> <td width="34%">Hungarian</td> </tr> <tr valign="top"> <td width="32%">hu-HU</td> <td width="34%">0x040E</td> <td width="34%">Hungarian - Hungary</td> </tr> <tr valign="top"> <td width="32%">is</td> <td width="34%">0x000F</td> <td width="34%">Icelandic</td> </tr> <tr valign="top"> <td width="32%">is-IS</td> <td width="34%">0x040F</td> <td width="34%">Icelandic - Iceland</td> </tr> <tr valign="top"> <td width="32%">id</td> <td width="34%">0x0021</td> <td width="34%">Indonesian</td> </tr> <tr valign="top"> <td width="32%">id-ID</td> <td width="34%">0x0421</td> <td width="34%">Indonesian - Indonesia</td> </tr> <tr valign="top"> <td width="32%">it</td> <td width="34%">0x0010</td> <td width="34%">Italian</td> </tr> <tr valign="top"> <td width="32%">it-IT</td> <td width="34%">0x0410</td> <td width="34%">Italian - Italy</td> </tr> <tr valign="top"> <td width="32%">it-CH</td> <td width="34%">0x0810</td> <td width="34%">Italian - Switzerland</td> </tr> <tr valign="top"> <td width="32%">ja</td> <td width="34%">0x0011</td> <td width="34%">Japanese</td> </tr> <tr valign="top"> <td width="32%">ja-JP</td> <td width="34%">0x0411</td> <td width="34%">Japanese - Japan</td> </tr> <tr valign="top"> <td width="32%">kn</td> <td width="34%">0x004B</td> <td width="34%">Kannada</td> </tr> <tr valign="top"> <td width="32%">kn-IN</td> <td width="34%">0x044B</td> <td width="34%">Kannada - India</td> </tr> <tr valign="top"> <td width="32%">kk</td> <td width="34%">0x003F</td> <td width="34%">Kazakh</td> </tr> <tr valign="top"> <td width="32%">kk-KZ</td> <td width="34%">0x043F</td> <td width="34%">Kazakh - Kazakhstan</td> </tr> <tr valign="top"> <td width="32%">kok</td> <td width="34%">0x0057</td> <td width="34%">Konkani</td> </tr> <tr valign="top"> <td width="32%">kok-IN</td> <td width="34%">0x0457</td> <td width="34%">Konkani - India</td> </tr> <tr valign="top"> <td width="32%">ko</td> <td width="34%">0x0012</td> <td width="34%">Korean</td> </tr> <tr valign="top"> <td width="32%">ko-KR</td> <td width="34%">0x0412</td> <td width="34%">Korean - Korea</td> </tr> <tr valign="top"> <td width="32%">ky</td> <td width="34%">0x0040</td> <td width="34%">Kyrgyz</td> </tr> <tr valign="top"> <td width="32%">ky-KZ</td> <td width="34%">0x0440</td> <td width="34%">Kyrgyz - Kazakhstan</td> </tr> <tr valign="top"> <td width="32%">lv</td> <td width="34%">0x0026</td> <td width="34%">Latvian</td> </tr> <tr valign="top"> <td width="32%">lv-LV</td> <td width="34%">0x0426</td> <td width="34%">Latvian - Latvia</td> </tr> <tr valign="top"> <td width="32%">lt</td> <td width="34%">0x0027</td> <td width="34%">Lithuanian</td> </tr> <tr valign="top"> <td width="32%">lt-LT</td> <td width="34%">0x0427</td> <td width="34%">Lithuanian - Lithuania</td> </tr> <tr valign="top"> <td width="32%">mk</td> <td width="34%">0x002F</td> <td width="34%">Macedonian</td> </tr> <tr valign="top"> <td width="32%">mk-MK</td> <td width="34%">0x042F</td> <td width="34%">Macedonian - FYROM</td> </tr> <tr valign="top"> <td width="32%">ms</td> <td width="34%">0x003E</td> <td width="34%">Malay</td> </tr> <tr valign="top"> <td width="32%">ms-BN</td> <td width="34%">0x083E</td> <td width="34%">Malay - Brunei</td> </tr> <tr valign="top"> <td width="32%">ms-MY</td> <td width="34%">0x043E</td> <td width="34%">Malay - Malaysia</td> </tr> <tr valign="top"> <td width="32%">mr</td> <td width="34%">0x004E</td> <td width="34%">Marathi</td> </tr> <tr valign="top"> <td width="32%">mr-IN</td> <td width="34%">0x044E</td> <td width="34%">Marathi - India</td> </tr> <tr valign="top"> <td width="32%">mn</td> <td width="34%">0x0050</td> <td width="34%">Mongolian</td> </tr> <tr valign="top"> <td width="32%">mn-MN</td> <td width="34%">0x0450</td> <td width="34%">Mongolian - Mongolia</td> </tr> <tr valign="top"> <td width="32%">no</td> <td width="34%">0x0014</td> <td width="34%">Norwegian</td> </tr> <tr valign="top"> <td width="32%">nb-NO</td> <td width="34%">0x0414</td> <td width="34%">Norwegian (Bokmål) - Norway</td> </tr> <tr valign="top"> <td width="32%">nn-NO</td> <td width="34%">0x0814</td> <td width="34%">Norwegian (Nynorsk) - Norway</td> </tr> <tr valign="top"> <td width="32%">pl</td> <td width="34%">0x0015</td> <td width="34%">Polish</td> </tr> <tr valign="top"> <td width="32%">pl-PL</td> <td width="34%">0x0415</td> <td width="34%">Polish - Poland</td> </tr> <tr valign="top"> <td width="32%">pt</td> <td width="34%">0x0016</td> <td width="34%">Portuguese</td> </tr> <tr valign="top"> <td width="32%">pt-BR</td> <td width="34%">0x0416</td> <td width="34%">Portuguese - Brazil</td> </tr> <tr valign="top"> <td width="32%">pt-PT</td> <td width="34%">0x0816</td> <td width="34%">Portuguese - Portugal</td> </tr> <tr valign="top"> <td width="32%">pa</td> <td width="34%">0x0046</td> <td width="34%">Punjabi</td> </tr> <tr valign="top"> <td width="32%">pa-IN</td> <td width="34%">0x0446</td> <td width="34%">Punjabi - India</td> </tr> <tr valign="top"> <td width="32%">ro</td> <td width="34%">0x0018</td> <td width="34%">Romanian</td> </tr> <tr valign="top"> <td width="32%">ro-RO</td> <td width="34%">0x0418</td> <td width="34%">Romanian - Romania</td> </tr> <tr valign="top"> <td width="32%">ru</td> <td width="34%">0x0019</td> <td width="34%">Russian</td> </tr> <tr valign="top"> <td width="32%">ru-RU</td> <td width="34%">0x0419</td> <td width="34%">Russian - Russia</td> </tr> <tr valign="top"> <td width="32%">sa</td> <td width="34%">0x004F</td> <td width="34%">Sanskrit</td> </tr> <tr valign="top"> <td width="32%">sa-IN</td> <td width="34%">0x044F</td> <td width="34%">Sanskrit - India</td> </tr> <tr valign="top"> <td width="32%">sr-SP-Cyrl</td> <td width="34%">0x0C1A</td> <td width="34%">Serbian (Cyrillic) - Serbia</td> </tr> <tr valign="top"> <td width="32%">sr-SP-Latn</td> <td width="34%">0x081A</td> <td width="34%">Serbian (Latin) - Serbia</td> </tr> <tr valign="top"> <td width="32%">sk</td> <td width="34%">0x001B</td> <td width="34%">Slovak</td> </tr> <tr valign="top"> <td width="32%">sk-SK</td> <td width="34%">0x041B</td> <td width="34%">Slovak - Slovakia</td> </tr> <tr valign="top"> <td width="32%">sl</td> <td width="34%">0x0024</td> <td width="34%">Slovenian</td> </tr> <tr valign="top"> <td width="32%">sl-SI</td> <td width="34%">0x0424</td> <td width="34%">Slovenian - Slovenia</td> </tr> <tr valign="top"> <td width="32%">es</td> <td width="34%">0x000A</td> <td width="34%">Spanish</td> </tr> <tr valign="top"> <td width="32%">es-AR</td> <td width="34%">0x2C0A</td> <td width="34%">Spanish - Argentina</td> </tr> <tr valign="top"> <td width="32%">es-BO</td> <td width="34%">0x400A</td> <td width="34%">Spanish - Bolivia</td> </tr> <tr valign="top"> <td width="32%">es-CL</td> <td width="34%">0x340A</td> <td width="34%">Spanish - Chile</td> </tr> <tr valign="top"> <td width="32%">es-CO</td> <td width="34%">0x240A</td> <td width="34%">Spanish - Colombia</td> </tr> <tr valign="top"> <td width="32%">es-CR</td> <td width="34%">0x140A</td> <td width="34%">Spanish - Costa Rica</td> </tr> <tr valign="top"> <td width="32%">es-DO</td> <td width="34%">0x1C0A</td> <td width="34%">Spanish - Dominican Republic</td> </tr> <tr valign="top"> <td width="32%">es-EC</td> <td width="34%">0x300A</td> <td width="34%">Spanish - Ecuador</td> </tr> <tr valign="top"> <td width="32%">es-SV</td> <td width="34%">0x440A</td> <td width="34%">Spanish - El Salvador</td> </tr> <tr valign="top"> <td width="32%">es-GT</td> <td width="34%">0x100A</td> <td width="34%">Spanish - Guatemala</td> </tr> <tr valign="top"> <td width="32%">es-HN</td> <td width="34%">0x480A</td> <td width="34%">Spanish - Honduras</td> </tr> <tr valign="top"> <td width="32%">es-MX</td> <td width="34%">0x080A</td> <td width="34%">Spanish - Mexico</td> </tr> <tr valign="top"> <td width="32%">es-NI</td> <td width="34%">0x4C0A</td> <td width="34%">Spanish - Nicaragua</td> </tr> <tr valign="top"> <td width="32%">es-PA</td> <td width="34%">0x180A</td> <td width="34%">Spanish - Panama</td> </tr> <tr valign="top"> <td width="32%">es-PY</td> <td width="34%">0x3C0A</td> <td width="34%">Spanish - Paraguay</td> </tr> <tr valign="top"> <td width="32%">es-PE</td> <td width="34%">0x280A</td> <td width="34%">Spanish - Peru</td> </tr> <tr valign="top"> <td width="32%">es-PR</td> <td width="34%">0x500A</td> <td width="34%">Spanish - Puerto Rico</td> </tr> <tr valign="top"> <td width="32%">es-ES</td> <td width="34%">0x0C0A</td> <td width="34%">Spanish - Spain</td> </tr> <tr valign="top"> <td width="32%">es-UY</td> <td width="34%">0x380A</td> <td width="34%">Spanish - Uruguay</td> </tr> <tr valign="top"> <td width="32%">es-VE</td> <td width="34%">0x200A</td> <td width="34%">Spanish - Venezuela</td> </tr> <tr valign="top"> <td width="32%">sw</td> <td width="34%">0x0041</td> <td width="34%">Swahili</td> </tr> <tr valign="top"> <td width="32%">sw-KE</td> <td width="34%">0x0441</td> <td width="34%">Swahili - Kenya</td> </tr> <tr valign="top"> <td width="32%">sv</td> <td width="34%">0x001D</td> <td width="34%">Swedish</td> </tr> <tr valign="top"> <td width="32%">sv-FI</td> <td width="34%">0x081D</td> <td width="34%">Swedish - Finland</td> </tr> <tr valign="top"> <td width="32%">sv-SE</td> <td width="34%">0x041D</td> <td width="34%">Swedish - Sweden</td> </tr> <tr valign="top"> <td width="32%">syr</td> <td width="34%">0x005A</td> <td width="34%">Syriac</td> </tr> <tr valign="top"> <td width="32%">syr-SY</td> <td width="34%">0x045A</td> <td width="34%">Syriac - Syria</td> </tr> <tr valign="top"> <td width="32%">ta</td> <td width="34%">0x0049</td> <td width="34%">Tamil</td> </tr> <tr valign="top"> <td width="32%">ta-IN</td> <td width="34%">0x0449</td> <td width="34%">Tamil - India</td> </tr> <tr valign="top"> <td width="32%">tt</td> <td width="34%">0x0044</td> <td width="34%">Tatar</td> </tr> <tr valign="top"> <td width="32%">tt-RU</td> <td width="34%">0x0444</td> <td width="34%">Tatar - Russia</td> </tr> <tr valign="top"> <td width="32%">te</td> <td width="34%">0x004A</td> <td width="34%">Telugu</td> </tr> <tr valign="top"> <td width="32%">te-IN</td> <td width="34%">0x044A</td> <td width="34%">Telugu - India</td> </tr> <tr valign="top"> <td width="32%">th</td> <td width="34%">0x001E</td> <td width="34%">Thai</td> </tr> <tr valign="top"> <td width="32%">th-TH</td> <td width="34%">0x041E</td> <td width="34%">Thai - Thailand</td> </tr> <tr valign="top"> <td width="32%">tr</td> <td width="34%">0x001F</td> <td width="34%">Turkish</td> </tr> <tr valign="top"> <td width="32%">tr-TR</td> <td width="34%">0x041F</td> <td width="34%">Turkish - Turkey</td> </tr> <tr valign="top"> <td width="32%">uk</td> <td width="34%">0x0022</td> <td width="34%">Ukrainian</td> </tr> <tr valign="top"> <td width="32%">uk-UA</td> <td width="34%">0x0422</td> <td width="34%">Ukrainian - Ukraine</td> </tr> <tr valign="top"> <td width="32%">ur</td> <td width="34%">0x0020</td> <td width="34%">Urdu</td> </tr> <tr valign="top"> <td width="32%">ur-PK</td> <td width="34%">0x0420</td> <td width="34%">Urdu - Pakistan</td> </tr> <tr valign="top"> <td width="32%">uz</td> <td width="34%">0x0043</td> <td width="34%">Uzbek</td> </tr> <tr valign="top"> <td width="32%">uz-UZ-Cyrl</td> <td width="34%">0x0843</td> <td width="34%">Uzbek (Cyrillic) - Uzbekistan</td> </tr> <tr valign="top"> <td width="32%">uz-UZ-Latn</td> <td width="34%">0x0443</td> <td width="34%">Uzbek (Latin) - Uzbekistan</td> </tr> <tr valign="top"> <td width="32%">vi</td> <td width="34%">0x002A</td> <td width="34%">Vietnamese</td> </tr> <tr valign="top"> <td width="32%">vi-VN</td> <td width="34%">0x042A</td> <td width="34%">Vietnamese - Vietnam</td> </tr> </tbody> </table> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CultureID"> <summary> Gets or sets the culture identifier for the current CultureInfo. </summary> <remarks> <para>In most cases, the culture identifier is mapped to the corresponding National Language Support (NLS) locale identifier.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.Calendar"> <summary> Gets the default <strong>System.Globalization.Calendar</strong> instance as specified by the default culture. </summary> <remarks> <para>A calendar divides time into measures, such as weeks, months, and years. The number, length, and start of the divisions vary in each calendar.</para> <para>Any moment in time can be represented as a set of numeric values using a particular calendar. For example, the last vernal equinox occurred at (0.0, 0, 46, 8, 20, 3, 1999) in the Gregorian calendar. An implementation of <b>Calendar</b> can map any <strong>DateTime</strong> value to a similar set of numeric values, and <b>DateTime</b> can map such sets of numeric values to a textual representation using information from <b>Calendar</b> and <strong>DateTimeFormatInfo</strong>. The textual representation can be culture-sensitive (for example, "8:46 AM March 20th 1999 AD" for the en-US culture) or culture-insensitive (for example, "1999-03-20T08:46:00" in ISO 8601 format).</para> <para>A <b>Calendar</b> implementation can define one or more eras. The <b>Calendar</b> class identifies the eras as enumerated integers where the current era (<strong>CurrentEra</strong>) has the value 0.</para> <para>In order to make up for the difference between the calendar year and the actual time that the earth rotates around the sun or the actual time that the moon rotates around the earth, a leap year has a different number of days than a standard calendar year. Each <b>Calendar</b> implementation defines leap years differently.</para> <para>For consistency, the first unit in each interval (for example, the first month) is assigned the value 1.</para> <para>The <strong>System.Globalization</strong> namespace includes the following <b>Calendar</b> implementations: <strong>GregorianCalendar</strong>, <strong>HebrewCalendar</strong>, <strong>HijriCalendar</strong>, <strong>JapaneseCalendar</strong>, <strong>JulianCalendar</strong>, <strong>KoreanCalendar</strong>, <strong>TaiwanCalendar</strong>, and <strong>ThaiBuddhistCalendar</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.PresentationType"> <summary> Gets or sets the default type used by <strong>RadCalendar</strong> to handle its layout, and how will react to user interaction. </summary> <remarks> <list type="table"> <listheader> <term>Member</term> <description>Description</description> </listheader> <item> <term><strong>Interactive</strong></term> <description>Interactive - user is allowed to select dates, navigate, etc.</description> </item> <item> <term><strong>Preview</strong></term> <description>Preview - does not allow user interaction, for presentation purposes only.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.Orientation"> <summary> Gets or sets the orientation (rendering direction) of the calendar component. Default value is <strong>RenderInRows</strong>. </summary> <remarks> <list type="table"> <listheader> <term>Member</term> <description>Description</description> </listheader> <item> <term><strong>RenderInRows</strong></term> <description>Renders the calendar data row after row.</description> </item> <item> <term><strong>RenderInColumns</strong></term> <description>RenderInColumns - Renders the calendar data column after column.</description> </item> <item> <term><strong>None</strong></term> <description>Enforces fallback to the default Orientation for Telerik RadCalendar.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make Telerik RadCalendar postback to the server on date selection or when navigating to a different month. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.HeaderTemplate"> <summary> Gets or sets the <strong>System.Web.UI.ITemplate</strong> that defines how the header section of the <strong>RadCalendar</strong> control is displayed. </summary> <remarks> <para>Header section of the <strong>RadCalendar</strong> control is displayed under the title section and above the main calendar area (the section that displays the dates information).</para> <para>Use this property to create a template that controls how the header section of a <strong>RadCalendar</strong> control is displayed.</para> <blockquote class="dtBlock"> <b class="le">CAUTION</b> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see <strong>Validation Server Controls</strong> in <strong>MSDN</strong><font color="black">.</font> </blockquote> </remarks> <value>The default value is a null reference (<b>Nothing</b> in Visual Basic).</value> </member> <member name="P:Telerik.WebControls.RadCalendar.FooterTemplate"> <value>The default value is a null reference (<b>Nothing</b> in Visual Basic).</value> <summary> Gets or sets the <strong>System.Web.UI.ITemplate</strong> that defines how the footer section of the <strong>RadCalendar</strong> control is displayed. </summary> <remarks> <para>Footer section of the <strong>RadCalendar</strong> control is displayed under the main calendar area (the section that displays the dates information).</para> <para>Use this property to create a template that controls how the footer section of a <strong>RadCalendar</strong> control is displayed.</para> <blockquote class="dtBlock"> <b class="le">CAUTION</b> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see <strong>Validation Server Controls</strong> in <strong>MSDN</strong><font color="black">.</font> </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableNavigation"> <summary> Gets or sets whether the navigation controls in the title section will be displayed. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableMonthYearFastNavigation"> <summary> Gets or sets whether the month/year fast navigation controls in the title section will be enabled. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevText"> <summary> Gets or sets the text displayed for the previous month navigation control. Will be applied only if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.NavigationPrevImage">NavigationPrevImage</see>). </summary> <remarks> <para>Use the <em>NavigationPrevText</em> property to provide custom text for the previous month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>NavigationPrevImage</em> has priority and its value should be set to an empty string in order to be applied the <em>NavigationPrevText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>NavigationPrevText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~NavigationPrevImage.html">NavigationPrevImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> previous month navigation cell. The default value is <b>"&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextText"> <summary> Gets or sets the text displayed for the next month navigation control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.NavigationNextImage">NavigationNextImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> next month navigation cell. The default value is <b>"&gt;"</b>. </value> <remarks> <para>Use the <em>NavigationNextText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>NavigationNextImage</em> has priority and its value should be set to an empty string in order to be applied the <em>NavigationNextText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>NavigationNextText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~NavigationNextImage.html">NavigationNextImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevText"> <summary> Gets or sets the text displayed for the fast navigation previous month control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.FastNavigationPrevImage">FastNavigationPrevImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the fast navigation previous month cell. The default value is <b>"&lt;&lt;"</b>. </value> <remarks> <para>Use the <em>FastNavigationPrevText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>FastNavigationPrevImage</em> has priority and its value should be set to an empty string in order to be applied the <em>FastNavigationPrevText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>FastNavigationPrevText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~FastNavigationPrevImage.html">FastNavigationPrevImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextText"> <summary> Gets or sets the text displayed for the fast navigation next month control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.FastNavigationNextImage">FastNavigationNextImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the fast navigation next month cell. The default value is <b>"&gt;&gt;"</b>. </value> <remarks> <para>Use the <em>FastNavigationNextText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>FastNavigationNextImage</em> has priority and its value should be set to an empty string in order to be applied the <em>FastNavigationNextText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>FastNavigationNextText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~FastNavigationNextImage.html">FastNavigationNextImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevImage"> <summary> Gets or sets name of the image that is displayed for the previous month navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextImage"> <summary> Gets or sets the name of the image that is displayed for the next month navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevImage"> <summary> Gets or sets the name of the image that is displayed for the previous month fast navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextImage"> <summary> Gets or sets the name of the image that is displayed for the next month fast navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevToolTip"> <summary> Gets or sets the text displayed as a tooltip for the previous month navigation control. </summary> <remarks> Use the <em>NavigationPrevToolTip</em> property to provide custom text for the tooltip of the previous month navigation element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> previous month navigation cell. The default value is <b>"&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextToolTip"> <summary> Gets or sets the text displayed as a tooltip for the next month navigation control. </summary> <value> The tooltip text displayed for the <strong>CalendarView</strong> next month navigation cell. The default value is <b>"&gt;"</b>. </value> <remarks> Use the <em>NavigationNextToolTip</em> property to provide custom text for the tooltip of the next month navigation element in the title section of <strong>RadCalendar</strong>. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevToolTip"> <summary> Gets or sets the text displayed as a tooltip for the fast navigation previous month control. </summary> <remarks> Use the <em>FastNavigationPrevToolTip</em> property to provide custom text for the tooltip of the fast navigation previous month element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> fast navigation previous month cell. The default value is <b>"&lt;&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextToolTip"> <summary> Gets or sets the text displayed as a tooltip for the fast navigation next month control. </summary> <remarks> Use the <em>FastNavigationNextToolTip</em> property to provide custom text for the tooltip of the fast navigation next month element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> fast navigation next month cell. The default value is <b>"&gt;&gt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationCellSpacing"> <summary> Gets or sets the cell spacing that is applied to the title table. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationCellPadding"> <summary> Gets or sets the cell padding that is applied to the title table. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleAlign"> <summary> <para>Gets or sets the horizontal alignment of the calendar title.</para> <para>The HorizontalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term> <para align="left">Member name</para> </term> <description> <para align="left">Description</para> </description> </listheader> <item> <term> <para align="left"><b>Center</b></para> </term> <description>The contents of a container are centered.</description> </item> <item> <term><b>Justify</b></term> <description>The contents of a container are uniformly spread out and aligned with both the left and right margins.</description> </item> <item> <term><b>Left</b></term> <description>The contents of a container are left justified.</description> </item> <item> <term><b>NotSet</b></term> <description>The horizontal alignment is not set.</description> </item> <item> <term><b>Right</b></term> <description>The contents of a container are right justified.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleFormat"> <summary>Gets or sets the format string that is applied to the calendar title.</summary> <remarks> <para>The <i>property</i> should contain either a format specifier character or a custom format pattern. For more information, see the summary page for <strong>System.Globalization.DateTimeFormatInfo</strong>.</para> <para>By default this <em>property</em> uses formatting string of '<font size="2"><strong>MMMM yyyy</strong>'. Valid formats are all supported by the .NET Framework.</font></para> <para><font size="2">Example:</font></para> <ul class="noindent"> <li>"d" is the standard short date pattern.</li> <li>"%d" returns the day of the month; "%d" is a custom pattern.</li> <li>"d " returns the day of the month followed by a white-space character; "d " is a custom pattern.</li> </ul> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DayCellToolTipFormat"> <summary>Gets or sets the format string that is applied to the days cells tooltip.</summary> <remarks> <para>The <i>property</i> should contain either a format specifier character or a custom format pattern. For more information, see the summary page for <strong>System.Globalization.DateTimeFormatInfo</strong>.</para> <para>By default this <em>property</em> uses formatting string of '<font size="2"><strong>dddd, MMMM dd, yyyy</strong>'. Valid formats are all supported by the .NET Framework.</font></para> <para><font size="2">Example:</font></para> <ul class="noindent"> <li>"d" is the standard short date pattern.</li> <li>"%d" returns the day of the month; "%d" is a custom pattern.</li> <li>"d " returns the day of the month followed by a white-space character; "d " is a custom pattern.</li> </ul> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DateRangeSeparator"> <summary> Gets or sets the separator string that will be put between start and end months in a multi view title. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.CssFile"> <summary> Gets or sets the name of the file containing the CSS definition used by RadCalendar. Use "~/" (tilde) as a substitution of the web-application root directory. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DefaultCellPadding"> <summary> Gets or sets the cell padding of the table where are rendered the calendar days. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DefaultCellSpacing"> <summary> Gets or sets the cell spacing of the table where are rendered the calendar days. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.SpecialDays"> <summary> A collection of special days in the calendar to which may be applied specific formatting. </summary> <seealso cref="!:http://www.telerik.com/demos/aspnet/Calendar/Examples/Functionality/SpecialDays/DefaultCS.aspx">SpecialDays online example</seealso> </member> <member name="P:Telerik.WebControls.RadCalendar.DayStyle"> <summary> Gets the style properties for the days in the displayed month. </summary> <value> A TableItemStyle that contains the style properties for the days in the displayed month. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.WeekendDayStyle"> <summary> Gets the style properties for the weekend dates on the Calendar control. </summary> <value> A TableItemStyle that contains the style properties for the weekend dates on the Calendar. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarTableStyle"> <summary> Gets the style properties for the Calendar table container. </summary> <value> A TableItemStyle that contains the style properties for the Calendar table container. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.OtherMonthDayStyle"> <summary> Gets the style properties for the days on the Calendar control that are not in the displayed month. </summary> <value> A TableItemStyle that contains the style properties for the days on the Calendar control that are not in the displayed month. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.OutOfRangeDayStyle"> <summary> Gets the style properties for the days on the Calendar control that are out of the valid range for selection. </summary> <value> A TableItemStyle that contains the style properties for the days on the Calendar control that are out of the valid range for selection. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.DisabledDayStyle"> <summary> Gets the style properties for the disabled dates. </summary> <value> A TableItemStyle that contains the style properties for the disabled dates. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDayStyle"> <summary> Gets the style properties for the selected dates. </summary> <value> A TableItemStyle that contains the style properties for the selected dates. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.DayOverStyle"> <summary> Gets the style properties applied when hovering over the Calendar days. </summary> <value> A TableItemStyle that contains the style properties applied when hovering over the Calendar days. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleStyle"> <summary> Gets the style properties of the title heading for the Calendar control. </summary> <value> A TableItemStyle that contains the style properties of the title heading for the Calendar. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.HeaderStyle"> <summary> Gets the style properties for the row and column headers. </summary> <value> A TableItemStyle that contains the style properties for the row and column headers. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationStyle"> <summary>Gets the style properties for the Month/Year fast navigation.</summary> <value> A TableItemStyle that contains the style properties for the the Month/Year fast navigation. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarView"> <summary> <para>Exposes the top instance of <strong>CalendarView</strong> or its derived types.</para> <para>Every <strong>CalendarView</strong> class handles the real calculation and rendering of <strong>RadCalendar</strong>'s calendric information. The <strong>CalendarView</strong> has the <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView~ChildViews.html"> ChildViews</a> collection which contains all the sub views in case of multi view setup.</para> </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowColumnHeaders"> <summary>Gets or sets whether the column headers will appear on the calendar.</summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowRowHeaders"> <summary>Gets or sets whether the row headers will appear on the calendar.</summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableViewSelector"> <summary> Gets or sets whether a selector for the entire <strong>CalendarView</strong> ( <strong>MonthView</strong> ) will appear on the calendar. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowOtherMonthsDays"> <summary> Gets or sets whether the month matrix, when rendered will show days from other (previous or next) months or will render only blank cells. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.UseColumnHeadersAsSelectors"> <summary> When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ShowColumnHeaders.html">ShowColumnHeaders</a> and/or <a href="RadCalendar~Telerik.WebControls.RadCalendar~ShowRowHeaders.html">ShowRowHeaders</a> properties are set to true, the <strong>UseColumnHeadersAsSelectors</strong> property specifies whether to use the days of the week, which overrides the used text/image header if any. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.UseRowHeadersAsSelectors"> <summary> When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableColumnSelectors.html">ShowColumnHeaders</a> and/or <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableRowSelectors.html">ShowRowHeaders</a> properties are set to true, the <strong>UseRowHeadersAsSelectors</strong> property specifies whether to use the number of the week, which overrides the used text/image selector if any. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RowHeaderText"> <remarks> <para>Use the <strong>RowHeaderText</strong> property to provide custom text for the <strong>CalendarView</strong> complete row header element.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>RowHeaderText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>ShowRowsHeaders</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> header element. The default value is <b>""</b>. </value> <summary> Gets or sets the text displayed for the row header element. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RowHeaderImage"> <value> The image displayed for the <strong>CalendarView</strong> row header element. The default value is <b>""</b>. </value> <summary> Gets or sets the image displayed for the row header element. </summary> <remarks> <para>This property applies only if the <strong>ShowRowHeaders</strong> property is set to <strong>true</strong>. If <strong>RowHeaderText</strong> is set too, its value is set as an alternative text to the image of the row header.</para> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:<br/> <strong>ShowRowHeaders</strong> = "true"<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowHeaderImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ColumnHeaderText"> <remarks> <para>Use the <strong>ColumnHeaderText</strong> property to provide custom text for the <strong>CalendarView</strong> complete column header element.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>ColumnHeaderText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>ShowColumnHeaders</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> column header element. The default value is <b>""</b>. </value> <summary> Gets or sets the text displayed for the column header element. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ColumnHeaderImage"> <value> The image displayed for the <strong>CalendarView</strong> column header element in the header cells. The default value is <b>""</b>. </value> <summary> Gets or sets the image displayed for the column header element. </summary> <remarks> <para>This property applies only if the <strong>ShowColumnHeaders</strong> property is set to <strong>true</strong>. If <strong>ColumnHeaderText</strong> is set too, its value is set as an alternative text to the image of the column header.</para> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:</para> <para><strong>ShowColumnHeaders</strong>="true"<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>ColumnHeaderImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ViewSelectorText"> <summary> <para>Gets or sets the text displayed for the complete <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> selection element in the view selector cell.</para> </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the selector cell. The default value is <b>""</b>. </value> <remarks> <para>Use the <strong>ViewSelectorText</strong> property to provide custom text for the <strong>CalendarView</strong> complete selection element in the selector cell.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>ViewSelectorText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>EnableViewSelector</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ViewSelectorImage"> <summary> <para>Gets or sets the image displayed for the complete <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> selection element in the view selector cell.</para> </summary> <value> The image displayed for the <strong>CalendarView</strong> selection element in the selector cell. The default value is <b>""</b>. </value> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>ViewSelectorImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableMultiSelect"> <summary> Allows the selection of multiple dates. If not set, only a single date is selected, and if any dates are all ready selected, they are cleared. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableNavigationAnimation"> <summary> Enables the animation shown when the calendar navigates to a different view. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.IsSkinned"> <summary> Enables or disables whether the component uses skins mechanism or the visual properties could be set freely. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath Property</a>. </summary> <remarks> For additional information please refer to the <a href="GeneralSettings.html">Visual Settings</a> topic in this manual. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SkinsPath"> <summary> Gets or sets the relative path to the Skin folder. </summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="E:Telerik.WebControls.RadCalendar.DayRender"> <summary> <em>DayRender</em> event is fired after the generation of every calendar cell object and just before it gets rendered to the client. It is the last place where changes to the already constructed calendar cells can be made. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.HeaderCellRender"> <summary> <em>HeadeCellRender</em> event is fired after the generation of every calendar header cell object and just before it gets rendered to the client. It is the preferred place where changes to the constructed calendar header cells can be made. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.SelectionChanged"> <summary> <em>SelectionChanged</em> event is fired when a new date is added or removed from the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectedDates.html">SelectedDates</a> collection. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.DefaultViewChanged"> <summary> <em>DefaultViewChanged</em> event is fired a a navigation to a different date range occurred. Generally this is done by using the normal navigation buttons or the fast date navigation popup that allows "jumping" to a specified date. </summary> </member> <member name="T:Telerik.WebControls.MonthYearFastNavigationSettings"> <summary> The MonthYearFastNavigationSettings class can be used to configure RadCalendar's client-side fast navigation. </summary> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.TodayButtonCaption"> <summary>Gets or sets the value of the "Today" button caption;</summary> <value> This property can be used to localize the button caption. The default is "Today". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.OkButtonCaption"> <summary>Gets or sets the value of the "OK" button caption;</summary> <value> This property can be used to localize the button caption. The default is "OK". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.CancelButtonCaption"> <summary>Gets or sets the value of the "Cancel" button caption;</summary> <value> This property can be used to localize the button caption. The default is "Cancel". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.DateIsOutOfRangeMessage"> <summary>Gets or sets the value of the "Date is out of range" error message.</summary> <value> This property can be used to localize the message the user sees when she tries to navigate to a date outside the allowed range. The default is "Date is out of range.". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.EnableTodayButtonSelection"> <summary>Gets or sets the value indicating whether the Today button should perform date selection or simple navigation.</summary> <value> The default value is false (i.e. Today button works as a navigation enhancement only). </value> </member> <member name="T:Telerik.WebControls.CalendarPopupButton"> <summary> The control that toggles the calendar popup. You can customize the appearance by setting the object's properties. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.Title"> <summary> Gets or sets the popup button title text. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.ImageUrl"> <summary> Gets or sets the popup button image URL. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.HoverImageUrl"> <summary> Gets or sets the popup button hover image URL. </summary> </member> <member name="T:Telerik.WebControls.RadDatePicker"> <summary> Summary description for RadDatePicker. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.ConfigureCalendar"> <summary> Override this method to provide any last minute configuration changes. Make sure you call the base implementation. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.ConfigureDateInput"> <summary> Override this method to provide any last minute configuration changes. Make sure you call the base implementation. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.Clear"> <summary> Clears the selected date of the RadDatePicker control and displays a blank date. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> IPostBackDataHandler implementation </member> <member name="E:Telerik.WebControls.RadDatePicker.ChildrenCreated"> <summary> Occurs after all child controls of the DatePicker control have been created. You can customize the control there, and add additional child controls. </summary> </member> <member name="E:Telerik.WebControls.RadDatePicker.SelectedDateChanged"> <summary> Occurs when the selected date of the DatePicker changes between posts to the server. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Calendar"> <summary> Gets the RadCalendar instance of the datepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DateInput"> <summary> Gets the RadDateInput instance of the datepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DatePopupButton"> <summary> Gets the DatePopupButton instance of the datepicker control. You can use the object to customize the popup button's appearance and behavior. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.PopupButton"> <summary> Gets the PopupButton instance of the datepicker control. You can use the object to customize the popup button's appearance and behavior. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make RadDatePicker postback to the server on date selection through the Calendar or the DateInput components. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.SelectedDate"> <summary>Gets or sets the date content of RadDatePicker.</summary> <value> A <see cref="T:System.DateTime">DateTime</see> object that represents the selected date. The default value is <see cref="P:Telerik.WebControls.RadDatePicker.MinDate">MinDate</see>. </value> <example> The following example demonstrates how to use the <strong>SelectedDate</strong> property to set the content of RadDatePicker. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.SelectedDate = DateTime.Now; } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.SelectedDate = DateTime.Now End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDatePicker.ValidationDate"> <summary> This property is used by the RadDateInput's internals only. It is subject to change in the future versions. Please do not use. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DbSelectedDate"> <summary>Gets or sets the date content of RadDatePicker in a database friendly way.</summary> <value> A <see cref="T:System.DateTime">DateTime</see> object that represents the selected date. The default value is null (Nothing in VB). </value> <example> The following example demonstrates how to use the <strong>DbSelectedDate</strong> property to set the content of RadDatePicker. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.DbSelectedDate = tableRow["BirthDate"]; } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.DbSelectedDate = tableRow("BirthDate") End Sub </code> </example> <remarks> This property behaves exactly like the SelectedDate property. The only difference is that it will not throw an exception if the new value is null or DBNull. Setting a null value will internally revert the SelectedDate to the null value, i.e. the input value will be empty. </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.IsEmpty"> <summary> Used to determine if RadDatePicker is empty. </summary> <value> <strong>true</strong> if the date is empty; otherwise <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.EnableTyping"> <summary> Enables or disables typing in the date input box. </summary> <value> <strong>true</strong> if the user should be able to select a date by typing in the date input box; otherwise <strong>false</strong>. The default value is <strong>true</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.MinDate"> <summary> Gets or sets the minimal range date for selection. Selecting a date earlier or equal to that will not be allowed. </summary> <remarks> This property has a default value of <strong>1/1/1980</strong> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.MaxDate"> <summary> Gets or sets the latest valid date for selection. Selecting a date later than that will not be allowed. </summary> <remarks> This property has a default value of <strong>12/31/2099</strong> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.Culture"> <summary>Gets or sets the culture used by RadDatePicker to format the date.</summary> <value> A <see cref="T:System.Globalization.CultureInfo">CultureInfo</see> object that represents the current culture used. The default value is System.Threading.Thread.CurrentThread.CurrentUICulture. </value> <example> The following example demonstrates how to use the <strong>Culture</strong> property. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.Culture = new CultureInfo("en-US"); } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.Culture = New CultureInfo("en-US") End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDatePicker.SharedCalendarID"> <summary> Gets or sets the ID of the calendar that will be used for picking dates. This property allows you to configure several datepickers to use a single RadCalendar instance. </summary> <remarks> RadDatePicker will look for the RadCalendar instance in a way similar to how ASP.NET validators work. It will not go beyond the current naming container which means that you will not be able to configure a calendar that is inside a control in another naming container. You can still share a calendar, but you will have to pass a direct object reference via the <see cref="P:Telerik.WebControls.RadDatePicker.SharedCalendar">SharedCalendar</see> property. </remarks> <value>The string ID of the RadCalendar control if set; otherwise String.Empty.</value> </member> <member name="P:Telerik.WebControls.RadDatePicker.SharedCalendar"> <summary> 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 RadCalendar instance. </summary> <value>The RadCalendar instance if set; otherwise <strong>null</strong>;</value> <remarks> <para>This 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.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.FocusedDate"> <summary> Gets or sets the date that the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">Calendar</a> uses for focusing itself whenever the <a href="RadInput~Telerik.WebControls.RadDateInput.html">RadDateInput</a> component of the <a href="RadCalendar~Telerik.WebControls.RadDatePicker.html">RadDatePicker</a> is empty. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Width"> <summary> Gets or sets the width of the datepicker in pixels. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.ClientEvents"> <summary> Gets or sets an instance of <a href="RadCalendar~Telerik.WebControls.Code.DatePickerClientEvents.html">DatePickerClientEvents</a> class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.SkinsPath"> <summary>Gets or sets the relative path to the <strong>Skin</strong> folder.</summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="T:Telerik.WebControls.RadDateTimePicker"> <summary> Summary description for RadDateTimePicker. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.ValidationDate"> <summary> This property is used by the RadDateTimeInput's internals only. It is subject to change in the future versions. Please do not use. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.TimeView"> <summary> Gets the RadTimeView instance of the datetimepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.TimePopupButton"> <summary> Gets the TimePopupButton instance of the <strong>RadDateTimeView</strong> control. </summary> <remarks> You can use the object to customize the popup button's appearance and behavior. </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.AutoPostBack"> <summary> <para>Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.</para> </summary> <value>The default value is <strong>false</strong>.</value> <remarks> Setting this property to true will make RadDateTimePicker postback to the server on date selection through the Calendar and Time popups or the DateInput components. </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.Culture"> <summary> Gets or sets the culture used by RadDateTimePicker to format the date and time value. </summary> <value> A <see cref="T:System.Globalization.CultureInfo">CultureInfo</see> object that represents the current culture used. The default value is System.Threading.Thread.CurrentThread.CurrentUICulture. </value> <example> The following example demonstrates how to use the <strong>Culture</strong> property. <code lang="CS" title="Example 1 (CS)"> private void Page_Load(object sender, System.EventArgs e) { RadDateTimePicker1.Culture = new CultureInfo("en-US"); } </code> <code title="Example 2 (VB)"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDateTimePicker1.Culture = New CultureInfo("en-US") End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.AutoPostBackControl"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection. </summary> <value>The default value is None</value> <remarks> <para>Set this to Both, TimeView or Calendar if the server needs to capture the selection changed event.</para> <para>This property is effective only for RadDateTimePicker; for RadTimePicker use the AutoPostBack property.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.SharedTimeViewID"> <summary> Gets or sets the ID of the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single RadTimeView instance. </summary> <remarks> RadDateTimePicker will look for the RadTimeView instance in a way similar to how ASP.NET validators work. It will not go beyond the current naming container which means that you will not be able to configure a timeview that is inside a control in another naming container. You can still share a timeview, but you will have to pass a direct object reference via the <see cref="P:Telerik.WebControls.RadDateTimePicker.SharedTimeView">SharedTimeView</see> property. </remarks> <value>The string ID of the RadTimeView if set; otherwise String.Empty.</value> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.SharedTimeView"> <summary> Gets or sets the reference to the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single RadTimeView instance. </summary> <value>The RadTimeView instance if set; otherwise <strong>null</strong>;</value> <remarks> <para>This 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 timeview instance is in another naming container or is created dynamically at runtime.</para> </remarks> </member> <member name="E:Telerik.WebControls.RadDateTimePicker.ItemDataBound"> <summary> Occurs when an item is data bound to the <strong>RadTimeView</strong> control. </summary> <remarks> <para>The <strong>ItemDataBound</strong> event is raised after an item is data bound to the <strong>RadTimeView</strong> control. This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is no longer available.</para> </remarks> <example> <para><font face="Courier New">[ASPX]</font></para> <para><font face="Courier New"><%@ Page Language=<font class="string" color="black">"C#"</font> AutoEventWireup=<font class="string" color="black">"true"</font> CodeFile=<font class="string" color="black">"Default.aspx.cs"</font> Inherits=<font class="string" color="black">"_Default"</font> %><br/> <br/> <%@ Register Assembly=<font class="string" color="black">"RadCalendar.Net2"</font> Namespace=<font class="string" color="black">"Telerik.WebControls"</font> TagPrefix=<font class="string" color="black">"rad"</font> %><br/> <br/> <!DOCTYPE html <font class="keyword" color="black">PUBLIC</font> <font class="string" color="black">"-//W3C//DTD XHTML 1.0 Transitional//EN"</font> <font class="string" color="black">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</font>><br/> <br/> <html xmlns=<font class="string" color="black">"http://www.w3.org/1999/xhtml"</font> ><br/> <head runat=<font class="string" color="black">"server"</font>><br/> <title>Untitled Page</title><br/> </head><br/> <body><br/> <form id=<font class="string" color="black">"form1"</font> runat=<font class="string" color="black">"server"</font>><br/> <div><br/> <rad:RadTimePicker<br/> OnItemDataBound=</font><font color="black"><font face="Courier New"><font class="string"> "RadTimePicker1_ItemDataBound"</font><br/> ID=<font class="string">"RadTimePicker1"</font><br/> runat=<font class="string">"server"</font>><br/> </rad:RadTimePicker><br/> </div><br/> </form><br/> </body><br/> </html></font></font></para> <code lang="CS"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void RadTimePicker1_ItemDataBound(object sender, Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs e) { if (e.Item.ItemType == ListItemType.AlternatingItem) { e.Item.Controls.Add(new LiteralControl("AlternatingItem")); } } } </code> <code lang="VB"> Imports System Imports System.Data Imports System.Configuration Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Public Class _Default Inherits System.Web.UI.Page Protected Sub RadTimePicker1_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs) If (e.Item.ItemType = ListItemType.AlternatingItem) Then e.Item.Controls.Add(New LiteralControl("AlternatingItem")) End If End Sub End Class </code> </example> </member> <member name="E:Telerik.WebControls.RadDateTimePicker.ItemCreated"> <summary> Occurs on the server when an item in the <strong>RadTimeView</strong> control is created. </summary> <remarks> <para>The <strong>ItemCreated</strong> event is raised when an item in the <strong>RadTimeView</strong> control is created, both during round-trips and at the time data is bound to the control.</para> <para>The <strong>ItemCreated</strong> event is commonly used to control the content and appearance of a row in the RadTimeView control.</para> </remarks> <example> <para><font face="Courier New">The following code example demonstrates how to specify and code a handler for the ItemCreated event to set the CSS styles on the RadTimeView.</font></para> <para><font face="Courier New"><strong>[ASPX]</strong></font></para> <para><font face="Courier New"><%@ Page Language=<font class="string" color="black">"C#"</font> AutoEventWireup=<font class="string" color="black">"true"</font> CodeFile=<font class="string" color="black">"Default.aspx.cs"</font> Inherits=<font class="string" color="black">"_Default"</font> %><br/> <br/> <%@ Register Assembly=<font class="string" color="black">"RadCalendar.Net2"</font> Namespace=<font class="string" color="black">"Telerik.WebControls"</font> TagPrefix=<font class="string" color="black">"rad"</font> %><br/> <br/> <!DOCTYPE html <font class="keyword" color="black">PUBLIC</font> <font class="string" color="black">"-//W3C//DTD XHTML 1.0 Transitional//EN"</font> <font class="string" color="black">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</font>><br/> <br/> <html xmlns=<font class="string" color="black">"http://www.w3.org/1999/xhtml"</font> ><br/> <head runat=<font class="string" color="black">"server"</font>><br/> <title>Untitled Page</title><br/> <style type=<font class="string" color="black">"text/css"</font>><br/> .TimeCss<br/> {<br/> background-color: Red;<br/> }<br/> .AlternatingTimeCss<br/> {<br/> background-color: Yellow;<br/> }<br/> </style><br/> </head><br/> <body><br/> <form id=<font class="string" color="black">"form1"</font> runat=<font class="string" color="black">"server"</font>><br/> <div><br/> <rad:RadTimePicker<br/> OnItemCreated=</font><font color="black"><font face="Courier New"><font class="string"> "RadTimePicker1_ItemCreated"</font><br/> ID=<font class="string">"RadTimePicker1"</font><br/> runat=<font class="string">"server"</font>><br/> </rad:RadTimePicker><br/> </div><br/> </form><br/> </body><br/> </html></font></font></para> <code lang="CS"> protected void RadTimePicker1_ItemCreated(object sender, Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs e) { if (e.Item.ItemType == ListItemType.Item) { e.Item.CssClass = "TimeCss"; } if (e.Item.ItemType == ListItemType.AlternatingItem) { e.Item.CssClass = "AlternatingTimeCss"; } } </code> <code lang="VB"> Protected Sub RadTimePicker1_ItemCreated(sender As Object, e As Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs) If e.Item.ItemType = ListItemType.Item Then e.Item.CssClass = "TimeCss" End If If e.Item.ItemType = ListItemType.AlternatingItem Then e.Item.CssClass = "AlternatingTimeCss" End If End Sub 'RadTimePicker1_ItemCreated </code> </example> </member> <member name="T:Telerik.WebControls.RadTimePicker"> <summary> Summary description for RadDatePicker. </summary> </member> <member name="P:Telerik.WebControls.RadTimePicker.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make RadTimePicker postback to the server on time selection through the TimeView or the DateInput components. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="T:Telerik.WebControls.TimePopupButton"> <summary> The control that toggles the TimeView popup. You can customize the appearance by setting the object's properties. </summary> </member> <member name="P:Telerik.WebControls.TimePopupButton.Title"> <summary> Gets or sets the popup button title text. </summary> </member> </members> </doc>
Current Directory: \\10.5.0.10\iis\Sites\goprint2.com\www\
Contents: Directories:App_CodeApp_DataApp_GlobalResourcesApp_LocalResourcesApp_WebReferencesarticlesaspnet_clientBincommondesignerdillnersimagesimgincludeskwikkopyorder_centreprintthreeRadControlsupdateWebServicesFiles:about_us.aspx | Downloadabout_us.aspx.vb | Downloadcontact_us.aspx | Downloadcontact_us.aspx.vb | Downloadcreate_user.aspx | Downloadcreate_user.aspx.vb | DownloadDefault.aspx | DownloadDefault.aspx.vb | Downloaddiscount.aspx | Downloaddiscount.aspx.vb | Downloaddomain_activation.aspx | Downloaddomain_activation.aspx.vb | DownloaddownloadPD.aspx | DownloaddownloadPD.aspx.vb | Downloaddownload_error.aspx | Downloaddownload_error.aspx.vb | Downloademail_policy.aspx | Downloademail_policy.aspx.vb | Downloaderror_page.aspx | Downloaderror_page.aspx.vb | Downloadfaq.aspx | Downloadfaq.aspx.vb | Downloadfavicon.ico | DownloadFileNotFound.htm | Downloadgenerate_print_driver_step1.aspx | Downloadgenerate_print_driver_step1.aspx.vb | Downloadgenerate_print_driver_step2.aspx | Downloadgenerate_print_driver_step2.aspx.vb | Downloadgenerate_print_driver_step3.aspx | Downloadgenerate_print_driver_step3.aspx.vb | DownloadGlobal.asax | Downloadheader.fla | Downloadheader.swf | Downloadhome.aspx | Downloadhome.aspx.vb | Downloadjsincluding.js | Downloadlogin.aspx | Downloadlogin.aspx.vb | Downloadmarcelito.txt | Downloadpackages.aspx | Downloadpackages.aspx.vb | Downloadpassword_recovery.aspx | Downloadpassword_recovery.aspx.vb | DownloadPrintIt.master | DownloadPrintIt.master.vb | DownloadPrintIt.sitemap | DownloadPrintItEs.sitemap | DownloadPrintItFr.sitemap | DownloadPrintIt_CreateUser.master | DownloadPrintIt_CreateUser.master.vb | DownloadPrintIt_OutSide.master | DownloadPrintIt_OutSide.master.vb | Downloadprivacy_policy.aspx | Downloadprivacy_policy.aspx.vb | Downloadproba.aspx | Downloadproba.aspx.vb | Downloadrobots.txt | Downloadsample.txt | Downloadshow_sess_par.aspx | Downloadshow_sess_par.aspx.vb | Downloadsite_map.aspx | Downloadsite_map.aspx.vb | Downloadsite_map.xml | DownloadsRacadUploader.jar | DownloadsRacadUploader_last.jar | Downloadterms_and_conditions.aspx | Downloadterms_and_conditions.aspx.vb | Downloadterms_of_service.aspx | Downloadterms_of_service.aspx.vb | Downloadtest.txt | Downloadtestimonials.aspx | Downloadtestimonials.aspx.vb | DownloadTextDraw.html | Downloadudraw-designer-widescreen-ui.zip | Downloadweb.config | Downloadwebsites-for-printers.aspx | Downloadwebsites-for-printers.aspx.vb | Download
File Preview: <?xml version="1.0"?> <doc> <assembly> <name>RadCalendar.Net2</name> </assembly> <members> <member name="T:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents"> <summary> Defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side event is raised. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.ClientEvents"> <summary> Summary description for ClientEvents. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertiesObject"> <summary> This class implements the PropertyBag "enabled" base object class, from which all other classes in Telerik RadCalendar descend, excluding those that are descendents of PropertiesControl. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Interfaces.IClientData"> <summary> IClientData is used to provide a standard way of generating data output from a component, which will be processed and streamed thereafter to the client. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Interfaces.IClientData.GetClientData"> <summary> gets the data that is required on the client. The returned ArrayList should be processed further and serialized as clientside array of values. </summary> <returns>ArrayList with the properties to serialize to the client.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.ClientEvents.Reset"> <summary> Reset all properties to their defaults. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.ClientEvents.OnInit"> <summary> Event fired after the RadCalendar client object has been completely initialized. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.ClientEvents.OnLoad"> <summary> The event is fired immediately after the page onload event. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.#ctor"> <summary>Constructor.</summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.GetClientData"> <summary>IClientData interface implementation.</summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateSelecting"> <summary> Event fired when a valid date is being selected. Return false to cancel selection. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateSelected"> <summary> Event fired after a valid date has been selected. Can be used in combination with OnDateClick for maximum convenience. This event can be used to conditionally process the selected date or any related event with it on the client. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDateClick"> <summary> Event fired when a calendar cell, representing a date is clicked. This event is not the same as OnDateSelected. One can have an OnDateClick event for a disabled or read only calendar cell which does not allow.s OnDateSelected event to be fired. This event can be used to conditionally process some information/event based on the clicked date. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnRowHeaderClick"> <summary> Event fired when a calendar row header is clicked. This event is not the same as OnDateClick. One can have an OnRowHeaderClick event for a disabled or read only calendar cell which does not allow to select calendar dates. This event can be used to conditionally process some information/event based on the clicked row header. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnColumnHeaderClick"> <summary> Event fired when a calendar column header is clicked. This event is not the same as OnDateClick. One can have an OnColumnHeaderClick event for a disabled or read only calendar cell which does not allow selection of calendar dates. This event can be used to conditionally process some information/event based on the clicked column header. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnViewSelectorClick"> <summary> Event fired when a calendar view selector is clicked. This event is not the same as OnDateClick. One can have an OnViewSelectorClick event for a disabled or read only calendar cell which does not allow selection of calendar cell. This event can be used to conditionally process some information/event based on the clicked view selector. Return false to cancel the click event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnCalendarViewChanging"> <summary> Event fired when the calendar view is about to change. Return false to cancel the event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnCalendarViewChanged"> <summary> Event fired when the calendar view has changed. Generally the event is raised as a result of using the built-in navigation controls. Event is raised before the results are rendered, so that custom logic could be executed, and the change could be prevented if necessary. There is no way to find whether the operation was accomplished successfully. This event can be used to preprocess some conditions or visual styles/content before the final rendering of the calendar. Return false to cancel the event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.OnDayRender"> <summary> Event fired for every calendar day cell when the calendar is rendered as a result of a client-side navigation (i.e. only in OperationType="Client"). This event mimics the server-side DayRender event -- gives final control over the output of a specific calendar cell. This event can be used to apply final changes to the output (content and visial styles) just before the content is displayed. </summary> </member> <member name="T:Telerik.WebControls.RadCalendarDay"> <summary> RadCalendarDay represents a object that maps date value to corresponding visual settings. Also the object implements Boolean properties that represent the nature of the selected date - whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values of those properties are set at runtime when a RadCalendarDay instance is constructed and passed to the DayRender event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.RichUITemplateControl"> <summary> Summary description for RichUITemplateControl. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.RichUITemplateControl.Reset"> <summary> Reset all properties to their defaults. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.RichUITemplateControl.TemplateID"> <summary> Persists the ID of the template used by this instance of RichUITemplateControl if any. The TemplateID could be used to index the Templates collection and instantiate the required template. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.Date"> <summary> Gets or sets the date represented by this RadCalendarDay. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.ItemStyle"> <summary> Gets the style properties for the <strong>RadCalendarDay</strong> instance. </summary> <value> A TableItemStyle that contains the style properties for the RadCalendarDay instance. </value> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsSelectable"> <summary> Gets or sets a value indicating whether the RadCalendarDay is qualified as available for selection. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsSelected"> <summary> Gets or sets a value indicating whether the RadCalendarDay is selected </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsDisabled"> <summary> Gets or sets a value indicating whether the RadCalendarDay is disabled </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsToday"> <summary> Gets or sets a value indicating whether the RadCalendarDay represents the current date. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.Repeatable"> <summary> Gets or sets a value indicating whether the RadCalendarDay settings are repeated/recurring through out the valid date range displayed by the calendar. </summary> <remarks> The RecurringEvents enumeration determines which part of the date is handled (day or day and month). </remarks> </member> <member name="P:Telerik.WebControls.RadCalendarDay.IsWeekend"> <summary> Gets or sets a value indicating whether the RadCalendarDay is mapped to a date that represents a non working day/weekend. </summary> </member> <member name="P:Telerik.WebControls.RadCalendarDay.ToolTip"> <summary> Gets or sets the text displayed when the mouse pointer hovers over the calendar day. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Render.CalendarRenderer"> <summary> Summary description for BaseRenderer. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.CalendarView"> <summary> Summary description for CalendarView. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.CalendarView.GetClientData"> <summary> Returns an ArrayList of all properties of RadCalendar that are to be exported on the client. </summary> <returns></returns> </member> <member name="T:Telerik.WebControls.Code.DatePickerClientEvents"> <summary> Summary description for DatePickerClientEvents. </summary> </member> <member name="T:Telerik.WebControls.CalendarObjectWithState"> <summary> ObjectWithState </summary> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupUpdating"> <summary> Gets or sets the name of the client-side event handler that is executed prior to synchronizing the calendar popup and the DateInput. This event is fired only on calendar popup opening. </summary> <remarks> Cancel this event to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar control on a date different from the DateInput one. </remarks> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupUpdating(datepickerInstance)<br/>{<br/> datepickerInstance.Calendar.NavigateToDate([2006,12,19]);<br/> return false;<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupUpdating="OnPopupUpdating" /><br/></rad:RadDatePicker> </pre> </example> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnDateSelected"> <summary> Gets or sets the name of the client-side event handler that is executed whenever the selected date of the datepicker is changed as if the date is changed from the DateInput the <see cref="P:Telerik.WebControls.Code.DatePickerClientEvents.TypingTimeOut"/> property is taken into account. </summary> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript" ><br/>function DatePicker_OnDateSelected(pickerInstance, args)<br/>{<br/> alert("The picker date has been chanded from " + args.OldDate + " to " + args.NewDate);<br/>} <br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server" ><br/> <ClientEvents OnDateSelected="DatePicker_OnDateSelected" /><br/></rad:RadDatePicker> </pre> </example> <exclude/> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.TypingTimeOut"> <summary> Gets or sets the timeout in milliseconds that should expire after the last keystroke (when typing dates in the DateInput) prior to firing the <see cref="P:Telerik.WebControls.Code.DatePickerClientEvents.OnDateSelected"/> client-side event. </summary> <remarks> <para>Use this property to control the timing of the <strong>OnDateSelected</strong> client-side event. A value of 0 means the <strong>OnDateSelected</strong> event fires on every keystroke in the DateInput, the default value of 2000 milliseconds allows the user to type a complete date and then raise the event.</para> <para><strong>Note</strong> that the property is effective only when selecting dates from the DateInput. If selection is performed from the Calendar control the <strong>OnDateSelected</strong> event fires immediately.</para> </remarks> <value> The default value is 2000 milliseconds (i.e. 2 seconds). </value> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupOpening"> <summary> Gets or sets the name of the client-side event handler that is executed prior to opening the calendar popup and its synchronizing with the DateInput value. </summary> <remarks> <para>There can be some conditions you do want not to open the calendar popup on click of the popup button. Then you should cancel the event either by <em>return false;</em> or set its argument <em>args.CancelOpen = true;</em></para> <pre> <script type="text/javascript"><br/>function Opening(sender, args)<br/>{<br/> args.CancelOpen = true;<br/> //or<br/> return false;<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupOpening="Opening"/><br/></rad:RadDatePicker> </pre> <para>Set the <em>args.CancelSynchronize = true;</em> to override the default DatePicker behavior of synchronizing the date in the DateInput and Calendar controls. This is useful for focusing the Calendar control on a date different from the DateInput one.</para> <pre> <script type="text/javascript"><br/>function Opening(sender, args)<br/>{<br/> args.CancelCalendarSynchronize = true;<br/> sender.Calendar.NavigateToDate([2006,12,19]);<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server" ><br/> <ClientEvents OnPopupOpening="Opening"/><br/></rad:RadDatePicker> </pre> </remarks> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupOpening(datepickerInstance, args)<br/>{<br/> ......<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupOpening="OnPopupOpening" /><br/></rad:RadDatePicker> </pre> </example> </member> <member name="P:Telerik.WebControls.Code.DatePickerClientEvents.OnPopupClosing"> <summary> Gets or sets the name of the client-side event handler that is executed prior to closing the calendar popup. </summary> <example> <pre> [ASPX/ASCX] </pre> <pre> <script type="text/javascript"><br/>function OnPopupClosing(datepickerInstance, args)<br/>{<br/> ......<br/>}<br/></script><br/><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupClosing="OnPopupClosing" /><br/></rad:RadDatePicker> </pre> </example> <remarks> <para>There can be some conditions you do want not to close the calendar popup on click over it. Then you should cancel the event either by <em>return false;</em> or set its argument <em>args.CancelClose = true;</em></para> <pre> <script type="text/javascript"><br/>function Closing(sender, args)<br/>{<br/> args.CancelClose = true;<br/> //or<br/> return false;<br/>}<br/></script><br/><rad:RadDatePicker ID="RadDatePicker1" runat="server"><br/> <ClientEvents OnPopupClosing="Closing"/><br/></rad:RadDatePicker> </pre> </remarks> </member> <member name="T:Telerik.WebControls.Base.Calendar.MonthView"> <summary> Summary description for CalendarView. </summary> </member> <member name="T:Telerik.WebControls.DayTemplate"> <summary> Descendent of Control, DayTemplate implements an ITemplate wrapper, required for building collections of templates like CalendarDayTemplateCollection. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertiesControl"> <summary> Base class based on the PropertyBag implementation, which descends from WebControl class. </summary> </member> <member name="P:Telerik.RadCalendarUtils.RadControl.Version"> <summary>Gets the component's current version.</summary> </member> <member name="P:Telerik.RadCalendarUtils.RadControl.UseEmbeddedScripts"> <summary> Gets or sets a value indicating whether to use the embedded JavaScript files or not. </summary> <value> <strong>True</strong> if embedded JavaScript files are to be used; otherwise <strong>false</strong>. The default value is <strong>true</strong>. </value> <remarks> Use this property for debugging purposes or to apply any modifications to the JavaScript files. </remarks> </member> <member name="F:Telerik.WebControls.Base.Calendar.PropertiesControl._ObjectProperties"> <summary> Implements the PropertyBag class that is the foundation for building Telerik RadCalendar and handles properties values.Used by the ViewState mechanism also. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.PropertyItem"> <summary> Summary description for PropertyItem. </summary> </member> <member name="T:Telerik.WebControls.RadDate"> <summary> Wrapper class for System.DateTime, which allows implementing persistable DateTime collections like DateTimeCollection. </summary> </member> <member name="P:Telerik.WebControls.RadDate.Date"> <summary> The System.DateTime represented by this RadDate wrapper class. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.TemplateContainer"> <summary> This is the control that is used to instantiate any required template. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection"> <summary> Summary description for CalendarDayCollection. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Add(Telerik.WebControls.RadCalendarDay)"> <summary> Adds a RadCalendarDay object to the collection of CalendarDays. </summary> <param name="inputItem">The RadCalendarDay object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a RadCalendarDay object depending on the passed index. </summary> <param name="inputItem">The zero-based index, RadCalendarDay object or the date represented by the searched RadCalendarDay object.</param> <returns>A zero based index of the RadCalendarDay object in the collection, or -1 if the RadCalendarDay object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Insert(System.Int32,Telerik.WebControls.RadCalendarDay)"> <summary> Adds a RadCalendarDay object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the RadCalendarDay object is inserted.</param> <param name="inputItem">The RadCalendarDay object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Remove(Telerik.WebControls.RadCalendarDay)"> <summary> Deletes a RadCalendarDay object from the collection. </summary> <param name="inputItem">The RadCalendarDay object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.RemoveAt(System.Int32)"> <summary> Deletes the RadCalendarDay object from the collection at the specified index. </summary> <param name="index">The index in collection at which the RadCalendarDay object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Clear"> <summary> Removes all RadCalendarDay objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Contains(Telerik.WebControls.RadCalendarDay)"> <summary> Checks whether a specific RadCalendarDay object is in the collection of CalendarDays. </summary> <param name="inputItem">The RadCalendarDay object to search.</param> <returns>True if the RadCalendarDay is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.ToArray"> <summary> Copies the elements of CalendarDayCollection to a new <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.RadCalendarDay"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.RadCalendarDay"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.CalendarDayCollection.Item(System.Object)"> <summary> Returns a RadCalendarDay object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarDayTemplateCollection"> <summary> Summary description for DayTemplatess. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection"> <summary> Summary description for CalendarViewCollection. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Add(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Adds a CalendarView object to the collection of CalendarDays. </summary> <param name="inputItem">The CalendarView object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a CalendarView object depending on the passed index. </summary> <param name="inputItem">The zero-based index, CalendarView object or the date represented by the searched CalendarView object.</param> <returns>A zero based index of the CalendarView object in the collection, or -1 if the CalendarView object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Insert(System.Int32,Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Adds a CalendarView object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the CalendarView object is inserted.</param> <param name="inputItem">The CalendarView object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Remove(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Deletes a CalendarView object from the collection. </summary> <param name="inputItem">The CalendarView object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.RemoveAt(System.Int32)"> <summary> Deletes the CalendarView object from the collection at the specified index. </summary> <param name="index">The index in collection at which the CalendarView object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Clear"> <summary> Removes all CalendarView objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Contains(Telerik.WebControls.Base.Calendar.CalendarView)"> <summary> Checks whether a specific CalendarView object is in the collection of CalendarDays. </summary> <param name="inputItem">The CalendarView object to search.</param> <returns>True if the CalendarView is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.ToArray"> <summary> Copies the elements of CalendarViewCollection to a new <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.Base.Calendar.CalendarView"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:Telerik.WebControls.Base.Calendar.CalendarView"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.CalendarViewCollection.Item(System.Object)"> <summary> Returns a CalendarView object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Add(Telerik.WebControls.RadDate)"> <summary> Adds a DateTime object to the collection of CalendarDays. </summary> <param name="inputItem">The RadDate object to add to the collection.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.IndexOf(System.Object)"> <summary> Returns a zero based index of a DateTime object depending on the passed index. </summary> <param name="inputItem">The zero-based index, DateTime object or the date represented by the searched DateTime object.</param> <returns>A zero based index of the DateTime object in the collection, or -1 if the DateTime object is not found.</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Insert(System.Int32,Telerik.WebControls.RadDate)"> <summary> Adds a DateTime object in the collection at the specified index. </summary> <param name="insertIndex">The index after which the DateTime object is inserted.</param> <param name="inputItem">The DateTime object to insert.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Remove(Telerik.WebControls.RadDate)"> <summary> Deletes a DateTime object from the collection. </summary> <param name="inputItem">The DateTime object to remove.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.RemoveAt(System.Int32)"> <summary> Deletes the DateTime object from the collection at the specified index. </summary> <param name="index">The index in collection at which the DateTime object will be deleted.</param> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Clear"> <summary> Removes all DateTime objects in the collection of CalendarDays. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Contains(Telerik.WebControls.RadDate)"> <summary> Checks whether a specific DateTime object is in the collection of CalendarDays. </summary> <param name="inputItem">The DateTime object to search.</param> <returns>True if the DateTime is found, false otherwise.</returns> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Reverse" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.ToArray"> <summary> Copies the elements of DateTimeCollection to a new <see cref="T:System.Array"/> of <see cref="T:System.DateTime"/> elements. </summary> <returns>A one-dimensional <see cref="T:System.Array"/> of <see cref="T:System.DateTime"/> elements containing copies of the elements of the <see cref="T:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection"/>.</returns> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.ToArray"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort" --> <member name="M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort(System.Collections.IComparer)"> <remarks>Please refer to <see cref="M:System.Collections.ArrayList.Sort"/> for details.</remarks> </member> <!-- Badly formed XML comment ignored for member "M:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Sort(System.Int32,System.Int32,System.Collections.IComparer)" --> <member name="P:Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.Item(System.Object)"> <summary> Returns a DateTime object depending on the passed index. Only integer and string indexes are valid. </summary> </member> <member name="T:Telerik.WebControls.Code.Design.CalendarIdConverter"> <summary> Summary description for CalendarIdConverter. </summary> </member> <member name="T:Telerik.WebControls.Design.Calendar.RadCalendarDesigner"> <summary> Summary description for RadCalendarDesigner. </summary> </member> <member name="M:Telerik.WebControls.Design.Calendar.RadCalendarDesigner.#ctor"> <summary> Creates an instance of RadCalendarDesigner. </summary> </member> <member name="T:Telerik.WebControls.Design.Calendar.RadDatePickerDesigner"> <summary> Summary description for RadDatePickerDesigner. </summary> </member> <member name="T:Telerik.WebControls.Code.Design.TimeViewIdConverter"> <summary> Summary description for TimeViewIdConverter. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl"> <summary> Summary description for AutoPostBackControl. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.None"> <summary> Without AutoPostBack </summary> <value>0</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.Both"> <summary> Automatically postback to the server after the Date or Time is modified. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.TimeView"> <summary> Automatically postback to the server after the Time is modified. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.AutoPostBackControl.Calendar"> <summary> Automatically postback to the server after the Date is modified. </summary> <value>3</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.ClientsideCalendarType"> <summary> Internal enumeration used by the component </summary> </member> <member name="T:Telerik.WebControls.RadCalendarHeaders.HeaderType"> <summary>Specifies the type of a selector sell.</summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.Row"> <summary> Rendered as the first cell in a row. When clicked if UseRowHeadersAsSelectors is true, it will select the entire row. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.Column"> <summary> Rendered as the first cell in a column. When clicked if UseColumnHeadersAsSelectors is true, it will select the entire column. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarHeaders.HeaderType.View"> <summary> Rendered in the top left corner of the calendar view. When clicked if EnableViewSelector is true, it will select the entire view. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout"> <summary> Summary description for MonthLayout. Layout_7columns_x_6rows - horizontal layout Layout_14columns_x_3rows - horizontal layout Layout_21columns_x_2rows - horizontal layout Layout_7rows_x_6columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_7columns_x_6rows"> <summary> Allows the calendar to display the days in a 7 by 6 matrix. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_14columns_x_3rows"> <summary> Alows the calendar to display the days in a 14 by 3 matrix. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_21columns_x_2rows"> <summary> Allows the calendar to display the days in a 21 by 2 matrix. </summary> <value>4</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_7rows_x_6columns"> <summary> Allows the calendar to display the days in a 7 by 6 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>8</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_14rows_x_3columns"> <summary> Allows the calendar to display the days in a 14 by 3 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>16</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.MonthLayout.Layout_21rows_x_2columns"> <summary> Allows the calendar to display the days in a 21 by 2 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. </summary> <value>32</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.Orientation"> <summary> Summary description for Orientation. RenderInRows - Renders the calendar data row after row. RenderInColumns - Renders the calendar data column after column. None - Enforces fallback to the default Orientation for Telerik RadCalendar. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.Orientation.RenderInRows"> <summary> Renders the calendar data row after row. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.Orientation.RenderInColumns"> <summary> RenderInColumns - Renders the calendar data column after column. </summary> <value>3</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType"> <summary> Describes how <strong>RadCalendar</strong> will handle its layout, and how will react to user interaction. Interactive - user is allowed to select dates, navigate, etc. Preview - does not allow user interaction, for presentation purposes only. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType.Interactive"> <summary> Interactive - user is allowed to select dates, navigate, etc. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.PresentationType.Preview"> <summary> Preview - does not allow user interaction, for presentation purposes only. </summary> <value>2</value> </member> <member name="T:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents"> <summary> Summary description for RecurringEvents. DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day. Today - gives the ability to control the visual appearace of today's date. None - Default value, means that the day in question is a single point event, no recurrences. </summary> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.DayInMonth"> <summary> Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. </summary> <value>1</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.DayAndMonth"> <summary> The month and the day part of the date are taken into account. That gives the ability to serve events repeated in a specific month on the same day. </summary> <value>2</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.Week"> <summary> The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week. </summary> <value>4</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.WeekAndMonth"> <summary> The week day and the month are taken into account. That gives the ability to serve events repeated in a specific week day in a specific month. </summary> <value>8</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.Today"> <summary> Gives the ability to control the visual appearace of today's date. </summary> <value>16</value> </member> <member name="F:Telerik.WebControls.Base.Calendar.Enumerations.RecurringEvents.None"> <summary> Default value, means that the day in question is a single point event, no recurrence. </summary> <value>32</value> </member> <member name="T:Telerik.WebControls.RadCalendarSelectors.SelectorType"> <summary>Specifies the type of a selector sell.</summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.Row"> <summary> Rendered as the first cell in a row. When clicked, it will select the entire row. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.Column"> <summary> Rendered as the first cell in a column. When clicked, it will select the entire column. </summary> </member> <member name="F:Telerik.WebControls.RadCalendarSelectors.SelectorType.View"> <summary> Rendered in the top left corner of the calendar view. When clicked, it will select the entire view. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs"> <summary> Arguments class used with the DayRender event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.Cell"> <summary> Gets a reference to the TableCell object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.Day"> <summary> Gets a reference to the RadCalendarDay object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DayRenderEventArgs.View"> <summary> Gets a reference to the MonthView object that represents the current View, corresponding to the specified day to render. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DayRenderEventHandler"> <summary> The public delegate for DayRender event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs"> <summary> Arguments class used when the DefaultViewChanged event is fired. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs.OldView"> <summary> Gets the CalendarView instance that was the default one prior to the rise of DefaultViewChanged event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventArgs.NewView"> <summary> Gets the new default CalendarView instance set by the DefaultViewChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.DefaultViewChangedEventHandler"> <summary> The public delegate for the DefaultViewChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs"> <summary> Arguments class used with the DayRender event. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs.Cell"> <summary> Gets a reference to the TableCell object that represents the specified day to render. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventArgs.HeaderType"> <summary> Gets a reference to the RadCalendarDay object that represents the specified day to render. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.HeaderCellRenderEventHandler"> <summary> The pulic delegate for DayRender event. </summary> </member> <member name="T:Telerik.WebControls.SelectedDateChangedEventArgs"> <summary> Provides data for the SelectedDateChanged event of the DatePicker control. </summary> </member> <member name="T:Telerik.WebControls.SelectedDateChangedEventHandler"> <summary> The public delegate for the SelectedDateChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventArgs"> <summary> Arguments class used when the SelectionChanged event is fired. </summary> </member> <member name="P:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventArgs.SelectedDates"> <summary> Gets a reference to the SelectedDates collection, represented by the Telerik RadCalendar component that rise the SelectionChanged event. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Events.SelectedDatesEventHandler"> <summary> The public delegate for the SelectionChanged event. </summary> </member> <member name="T:Telerik.WebControls.Ide.Common.RadCalendar.ProjectManagement"> <summary> Utility class for Design - Time VisualStudio.NET project management. </summary> </member> <member name="T:Telerik.RadCalendarUtils.PropertyCategory"> <summary> Defines the common property categories' names </summary> </member> <member name="M:Telerik.WebControls.RadTimeView.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:Telerik.WebControls.RadTimeView.SaveViewState">SaveViewState</see> method. </summary> <param name="savedState">The saved view state.</param> </member> <member name="M:Telerik.WebControls.RadTimeView.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns>The saved view state.</returns> </member> <member name="P:Telerik.WebControls.RadTimeView.DataList"> <summary>Gets a data bound list control that displays items using templates.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.AlternatingTimeTemplate"> <summary>Gets or sets the template for alternating time cells in the RadTimeView.</summary> <remarks> <para>Use the <strong>AlternatingTimeTemplate</strong> property to control the contents of alternating items in the <strong>RadTimeView</strong> control. The appearance of alternating time cells is controlled by the <strong>AlternatingTimeStyle</strong> property.</para> <para>To specify a template for the alternating time cells, place the <AlternatingTimeTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <AlternatingTimeTemplate> tags.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>AlternatingTimeTemplate</strong> property to control the contents of alternating items in the <strong>RadTimeView</strong> control.</para> <div class="LanguageSpecific" name="Code_VB"> <table class="CodeContainerTable" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td nowrap="nowrap"></td> </tr> </tbody> </table> </div> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:> <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" &gt <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <AlternatingTimeTemplate> <input type="button" id="button1" value='<%# DataBinder.Eval(((DataListItem)Container).DataItem, "time", "{0:t}") %>' /> </AlternatingTimeTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.FooterTemplate"> <summary> Gets or sets the template for the footer section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>To specify a template for the footer section, place the <FooterTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <FooterTemplate> tags.</para> <para>The ShowFooter property must be set to true for this property to be visible.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>FooterTemplate</strong> property to control the contents of the footer section of the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" > <@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html Public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > lt;head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker> ID="RadTimePicker1" runat="server"> <TimeView ShowFooter="True"> <FooterTemplate> <asp:Label ID="Label1" runat="server" Text="Footer"></asp:Label><br/> </FooterTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderTemplate"> <summary> Gets or sets the template for the heading section of the RadTimeView control. </summary> <remarks> <para>Use the <strong>HeaderTemplate</strong> property to control the contents of the heading section. The appearance of the header section is controlled by the <strong>HeaderStyle</strong> property.</para> <para>To specify a template for the heading section, place the <HeadingTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <HeadingTemplate> tags.</para> <para>The ShowHeader property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderTemplate</strong> property to control the contents of the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:&gt <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body&gt <form id="form1" runat="server"> <div><br/> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Header"> </asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker&gt </div&gt </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeTemplate"> <summary> Gets or sets the template for the heading section of the RadTimeView control. </summary> <remarks> <para>Use the <strong>HeaderTemplate</strong> property to control the contents of the heading section. The appearance of the header section is controlled by the <strong>HeaderStyle</strong> property.</para> <para>To specify a template for the heading section, place the <HeadingTemplate> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the contents of the template between the opening and closing <HeadingTemplate> tags.</para> <para>The ShowHeader property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderTemplate</strong> property to control the contents of the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" <see cref="!:> <"/>@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Header"> </asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ForeColor"> <summary> Gets or sets the foreground color (typically the color of the text) of the <strong>RadTimeView</strong> control. </summary> <value> A System.Drawing.Color that represents the foreground color of the control. The default is Color.Empty. </value> <remarks> <para>Use the <strong>ForeColor</strong> property to specify the foreground color of the <strong>RadTimeView</strong> control. The foreground color is usually the color of the text. This property will render on browsers earlier than Microsoft Internet Explorer version 4.</para> <para>Note: On browsers that do not support styles, this property is rendered as a FONT element.</para> </remarks> <notes> On browsers that do not support styles, this property is rendered as a FONT element. </notes> </member> <member name="P:Telerik.WebControls.RadTimeView.BackColor"> <summary> Gets or sets the background color of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use the <strong>BackColor</strong> property to specify the background color of the <strong>RadTimeView</strong> control. This property is set using a System.Drawing.Color object.</para> <para>In general, only controls that render as a <table> tag can display a background color in HTML 3.2, whereas almost any control can in HTML 4.0.</para> <para>For controls that render as a <span> tag (including Label, all validation controls, and list controls with their RepeatLayout property set to RepeatLayout.Flow), this property will work in Microsoft Internet Explorer version 5 or later, but not for Microsoft Internet Explorer version 4.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderColor"> <summary>Gets or sets the border color of the <strong>RadTimeView</strong> control.</summary> <remarks> Use the <strong>BorderColor</strong> property to specify the border color of the <strong>RadTimeView</strong> control. This property is set using a System.Drawing.Color object. </remarks> <value> A System.Drawing.Color that represents the border color of the control. The default is Color.Empty, which indicates that this property is not set. </value> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderStyle"> <summary>Gets or sets the border style of the <strong>RadTimeView</strong> control.</summary> <value> One of the <strong>BorderStyle</strong> enumeration values. The default is <strong>NotSet</strong>. </value> <remarks> <para>Use the <strong>BorderStyle</strong> property to specify the border style for the <strong>RadTimeView</strong> control. This property is set using one of the <strong>BorderStyle</strong> enumeration values. The following table lists the possible values.</para> <para> <list type="table"> <item> <term><strong>Border Style</strong></term> <description><strong>Description</strong></description> </item> <item> <term>NotSet</term> <description>The border style is not set.</description> </item> <item> <term>None</term> <description>No border</description> </item> <item> <term>Dotted</term> <description>A dotted line border.</description> </item> <item> <term>Dashed</term> <description>A dashed line border.</description> </item> <item> <term>Solid</term> <description>A solid line border.</description> </item> <item> <term>Double</term> <description>A solid double line border.</description> </item> <item> <term>Groove</term> <description>A grooved border for a sunken border appearance.</description> </item> <item> <term>Ridge</term> <description>A ridged border for a raised border appearance.</description> </item> <item> <term>Inset</term> <description>An inset border for a sunken control appearance.</description> </item> </list> </para> <para>Note: This property will not render on some browsers.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.BorderWidth"> <summary>Gets or sets the border width of the <strong>RadTimeView</strong> control.</summary> <value> A Unit that represents the border width of a RadTimeView control. The default value is Unit.Empty, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>BorderWidth</strong> property to specify a border width for a control.</para> <para>This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CssClass"> <summary> Gets or sets the cascading style sheet (CSS) class rendered by the <strong>RadTimeView</strong> on the client. </summary> <value> The CSS class rendered by the <strong>RadTimeView</strong> control on the client. The default is String.Empty. </value> <remarks> <para>Use the CssClass property to specify the CSS class to render on the client for the <strong>RadTimeView</strong> control. This property will render on browsers for all controls. It will always be rendered as the class attribute, regardless of the browser.</para> <para>For example, suppose you have the following <strong>RadTimeVeiw</strong> control declaration:</para> <para><asp:TextBox id="TextBox1" ForeColor="Red" CssClass="class1" /></para> <para>The following HTML is rendered on the client for the previous <strong>RadTimeView</strong> control declaration:</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Height"> <summary>Gets or sets the height of the <strong>RadTimeView</strong> control.</summary> <value> <para>A Unit that represents the height of the <strong>RadTimeView</strong> control. The default is Empty.</para> </value> <remarks> <para>Use the <strong>Height</strong> property to specify the height of the <strong>RadTimeView</strong> control.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Width"> <summary>Gets or sets the width of the <strong>RadTimeView</strong> control.</summary> <value> A Unit that represents the width of the <strong>RadTimeView</strong> control. The default is Empty. </value> <remarks> Use the <strong>Width</strong> property to specify the width of the <strong>RadTimeView</strong> control. </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Font"> <summary> Gets the font properties associated with the <strong>RadTimeView</strong> control. </summary> <value>A FontInfo that represents the font properties of the Web server control.</value> <remarks> Use the Font property to specify the font properties of the <strong>RadTimeView</strong> control. This property includes subproperties that can be accessed declaratively in the form of Property-Subproperty (for example Font-Bold) or programmatically in the form of Property.Subproperty (for example Font.Bold). </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.GridLines"> <summary> Gets or sets a value that specifies whether the border between the cells of the <strong>RadTimeView</strong> control is displayed. </summary> <value> One of the <strong>GridLines</strong> enumeration values. The default is Both. </value> <requirements> Use the <strong>GridLines</strong> property to specify whether the border between the cells of the data list control is displayed. This property is set with one of the <strong>GridLines</strong> enumeration values. </requirements> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderText"> <summary> Gets or sets the hetader associated with the <strong>RadTimeView</strong> control. </summary> <value>Use <strong>HeaderText</strong> when UseAccessibleHeader is set to true</value> </member> <member name="P:Telerik.WebControls.RadTimeView.CaptionAlign"> <summary>Gets or sets the alignemt of the associated caption.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.UseAccessibleHeader"> <summary> Indicates that the control should use accessible header cells in its containing table control. </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Caption"> <summary>Gets or sets the descriptive caption associated with the control.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.OnClientTimeSelected"> <summary> Occurs on the client when an time sell in the <strong>RadTimeView</strong> control is selected. </summary> <value>The default value is String.Empty</value> <example> <para>The following example demonstrates how to attach the <strong>OnClientSelectedEvent</strong></para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <script language="javascript"> function ClientTimeSelected(sender, args) { alert(args.oldTime); alert(args.newTime); } </script> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView OnClientTimeSelected="ClientTimeSelected"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HorizontalAlign"> <summary> Gets or sets the horizontal alignment of the <strong>RadTimeView</strong> control. </summary> <value> One of the <strong>HorizontalAlign</strong> enumeration values. The default is <strong>NotSet</strong>. </value> <remarks> Use the <strong>HorizontalAlign</strong> property to specify the horizontal alignment of the data list control within its container. This property is set with one of the <strong>HorizontalAlign</strong> enumeration values. </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CellPadding"> <summary> Gets or sets the amount of space between the contents of the cell and the cell's border. </summary> <value> The distance (in pixels) between the contents of a cell and the cell's border. The default is -1, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>CellPadding</strong> property to control the spacing between the contents of a cell and the cell's border. The padding amount specified is added to all four sides of a cell.</para> <para>All cells in the same column of a data listing control share the same cell width. Therefore, if the content of one cell is longer than the content of other cells in the same column, the padding amount is applied to the widest cell. All other cells in the column are also set with this cell width.</para> <para>Similarly, all cells in the same row share the same height. The padding amount is applied to the height of the tallest cell in the row. All other cells in the same row are set with this cell height. Individual cell sizes cannot be specified.</para> <para>The value of this property is stored in view state.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.CellSpacing"> <summary> Gets or sets the distance between time cells of the <strong>RadTimeView</strong>. </summary> <value> The distance (in pixels) between table cells. The default is -1, which indicates that this property is not set. </value> <remarks> <para>Use the <strong>CellSpacing</strong> property to control the spacing between adjacent cells in a data listing control. This spacing is applied both vertically and horizontally. The cell spacing is uniform for the entire data list control. Individual cell spacing between each row or column cannot be specified.</para> <para>The value of this property is stored in view state.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.Columns"> <summary> Gets or sets the number of columns to display in the <strong>RadTimeView</strong> control. </summary> <remarks> Use this property to specify the number of columns that display items in the <strong>RadTimeView</strong> control. For example, if you set this property to 5, the <strong>RadTimeView</strong> control displays its items in five columns. </remarks> <example> The following code example demonstrates how to use the <strong>Columns</strong> property to specify the number of columns to display in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView Columns="5" > </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ShowFooter"> <summary> <para>Gets or sets a value indicating whether the footer section is displayed in the <strong>RadTimeView</strong> control.</para> </summary> <value> true if the footer section is displayed; otherwise, false. The default value is true, however this property is only examined when the <strong>FooterTemplate</strong> property is not a null reference (Nothing in Visual Basic). </value> <remarks> <para>Use the <strong>ShowFooter</strong> property to specify whether the footer section is displayed in the <strong>RadTimeView</strong> control.</para> <para>You can control the appearance of the footer section by setting the <strong>FooterStyle</strong> property. The contents of the footer section are controlled by the <strong>FooterTemplate</strong> property.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>ShowFooter</strong> property to display the footer section in the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html Public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView ShowFooter="true" > <FooterTemplate> <asp:Label ID="Label1" runat="server" Text="Hello Footer!"></asp:Label> </FooterTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.ShowHeader"> <summary> Gets or sets a value indicating whether the header section is displayed in the <strong>RadTimeView</strong> control. </summary> <value> true if the header is displayed; otherwise, false. The default value is true, however this property is only examined when the <strong>HeaderTemplate</strong> property is not a null reference (Nothing in Visual Basic). </value> <remarks> <para>Use the <strong>ShowHeader</strong> property to specify whether the header section is displayed in the <strong>RadTimeView</strong> control.</para> <para>You can control appearance of the header section by setting the <strong>HeaderStyle</strong> property. The contents of the header section are controlled by the <strong>HeaderTemplate</strong> property.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>ShowHeader</strong> property to display the header section in the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimeView ShowHeader="true"> <HeaderTemplate> <asp:Label ID="Label1" runat="server" Text="Hello Header!"></asp:Label> </HeaderTemplate> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.StartTime"> <summary>Gets or sets the start time of the control.</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Culture"> <summary> Provides information about a specific culture. The information includes the names for the culture, the writing system, the calendar used, and formatting for the times. </summary> <remarks> <para>The <strong>CultureInfo</strong> class renders culture-specific information, such as the associated language, sublanguage, country/region, calendar, and cultural conventions. This class also provides access to culture-specific instances of DateTimeFormatInfo, NumberFormatInfo, CompareInfo, and TextInfo. These objects contain the information required for culture-specific operations, such as casing, formatting dates and numbers, and comparing strings.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.EndTime"> <summary>ite</summary> </member> <member name="P:Telerik.WebControls.RadTimeView.Interval"> <summary> Gets or sets the interval between <strong>StartTime</strong> and <strong>EndTime</strong> </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeFormat"> <summary>Gets or sets the format of the time.</summary> <remarks> <para>A custom Time format string consists of one or more custom Time format specifiers, and that format string defines the text representation of a DateTime object that is produced by a formatting operation.</para> <para><strong>Custom Time format specifiers.</strong></para> <para> <list type="table"> <item> <term>h</term> <description>Represents the hour as a number from 1 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted without a leading zero. For example, given a time of 5:43, this format specifier displays "5". For more information about using a single format specifier, see Using Single Custom Format Specifiers.</description> </item> <item> <term>hh, hh (plus any number of additional "h" specifiers)</term> <description>Represents the hour as a number from 01 through 12, that is, the hour as represented by a 12-hour clock that counts the whole hours since midnight or noon. Consequently, a particular hour after midnight is indistinguishable from the same hour after noon. The hour is not rounded, and a single-digit hour is formatted with a leading zero.</description> </item> <item> <term>H</term> <description>Represents the hour as a number from 0 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted without a leading zero.</description> </item> <item> <term>HH, HH (plus any number of additional "H" specifiers)</term> <description>Represents the hour as a number from 00 through 23, that is, the hour as represented by a zero-based 24-hour clock that counts the hours since midnight. A single-digit hour is formatted with a leading zero.</description> </item> <item> <term>m</term> <description>Represents the minute as a number from 0 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted without a leading zero.</description> </item> <item> <term>mm, mm (plus any number of additional "m" specifiers)</term> <description>Represents the minute as a number from 00 through 59. The minute represents whole minutes passed since the last hour. A single-digit minute is formatted with a leading zero.</description> </item> <item> <term>s</term> <description>Represents the seconds as a number from 0 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted without a leading zero.</description> </item> <item> <term>ss, ss (plus any number of additional "s" specifiers)</term> <description>Represents the seconds as a number from 00 through 59. The second represents whole seconds passed since the last minute. A single-digit second is formatted with a leading zero.</description> </item> <item> <term>t</term> <description>Represents the first character of the A.M./P.M. designator defined in the current System.Globalization.DateTimeFormatInfo.AMDesignator or System.Globalization.DateTimeFormatInfo.PMDesignator property. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used.</description> </item> <item> <term>tt, tt (plus any number of additional "t" specifiers)</term> <description>Represents the A.M./P.M. designator as defined in the current System.Globalization.DateTimeFormatInfo.AMDesignator or System.Globalization.DateTimeFormatInfo.PMDesignator property. The A.M. designator is used if the hour in the time being formatted is less than 12; otherwise, the P.M. designator is used.</description> </item> </list> </para> <para><br/> <strong>Standard Time Format Specifiers</strong></para> <para> <list type="table"> <item> <term>t</term> <description>ShortTimePattern - For example, the custom format string for the invariant culture is "HH:mm".</description> </item> <item> <term>T</term> <description>LongTimePattern - For example, the custom format string for the invariant culture is "HH:mm:ss".</description> </item> </list> </para> </remarks> </member> <member name="P:Telerik.WebControls.RadTimeView.TimeStyle"> <summary> Gets the style properties for the time cells in the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the items of the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>If you specify a red font for the <strong>TimeStyle</strong> property, all other item style properties in the <strong>RadTimeView</strong> control will also have a red font. This allows you to provide a common appearance for the control by setting a single item style property. You can override the inherited style settings for an item style property that is higher in the hierarchy by setting its style properties. For example, you can specify a blue font for the <strong>AlternatingTimeStyle</strong> property, overriding the red font specified in the <strong>TimeStyle</strong> property.</para> <para>To specify a custom style for the items of the <strong>RadTimeView</strong> control, place the <TimeStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <TimeStyle> tag.</para> <para>You can also use the AlternatingTimeStyle property to provide a different appearance for the alternating items in the <strong>RadTimeView</strong> control.</para> </remarks> <example> The following code example demonstrates how to use the <strong>TimeStyle</strong> property to specify a different background color for the time cells in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <div> <asp:DropDownList AutoPostBack="true" ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem Text="Select" Value=""></asp:ListItem> <asp:ListItem Text="DarkGray" Value="DarkGray"></asp:ListItem> <asp:ListItem Text="Khaki" Value="Khaki"></asp:ListItem> <asp:ListItem Text="DarkKhaki" Value="DarkKhaki"></asp:ListItem> </asp:DropDownList> </div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> <code lang="CS" title="[New Example]"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.RadTimePicker1.TimeView.TimeStyle.BackColor = System.Drawing.Color.FromName(this.DropDownList1.SelectedItem.Value); } } </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.AlternatingTimeStyle"> <summary> Gets the style properties for alternating time sells in the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use the <strong>AlternatingTimeStyle</strong> property to provide a custom style for the alternating time cells in the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>If you specify a red font for the <strong>TimeStyle</strong> property, all other item style properties in the <strong>RadTimeView</strong> control will also have a red font. This allows you to provide a common appearance for the control by setting a single item style property. You can override the inherited style settings for an item style property that is higher in the hierarchy by setting its style properties. For example, you can specify a blue font for the <strong>AlternatingTimeStyle</strong> property, overriding the red font specified in the <strong>TimeStyle</strong> property.</para> <para>To specify a custom style for the alternating items, place the <AlternatingTimeStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <AlternatingTimeStyle> tag.</para> </remarks> <example> The following code example demonstrates how to use the <strong>AlternatingTimeStyle</strong> property to specify a different background color for alternating items in the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <div> <asp:DropDownList AutoPostBack="true" ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem Text="Select" Value=""></asp:ListItem> <asp:ListItem Text="DarkGray" Value="DarkGray"></asp:ListItem> <asp:ListItem Text="Khaki" Value="Khaki"></asp:ListItem> <asp:ListItem Text="DarkKhaki" Value="DarkKhaki"></asp:ListItem> </asp:DropDownList> </div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None"> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> <code lang="CS" title="[New Example]"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.RadTimePicker1.TimeView.AlternatingTimeStyle.BackColor = System.Drawing.Color.FromName(this.DropDownList1.SelectedItem.Value); } } </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.HeaderStyle"> <summary> Gets the style properties for the heading section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the heading of the <strong>RadTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>To specify a custom style for the heading section, place the <HeaderStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <HeaderStyle> tag.</para> <para><strong>Note</strong>: The <strong>ShowHeader</strong> property must be set to true for this property to be visible.</para> </remarks> <example> The following code example demonstrates how to use the <strong>HeaderStyle</strong> property to specify a custom background color for the heading section of the <strong>RadTimeView</strong> control. <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None" ShowHeader="true"> <HeaderStyle BackColor="red" /> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.FooterStyle"> <summary> Gets the style properties for the footer section of the <strong>RadTimeView</strong> control. </summary> <remarks> <para>Use this property to provide a custom style for the footer section of the <strong>radTimeView</strong> control. Common style attributes that can be adjusted include foreground color, background color, font, and content alignment within the cell. Providing a different style enhances the appearance of the <strong>RadTimeView</strong> control.</para> <para>The <strong>FooterStyle</strong> property of the <strong>RadTimeView</strong> control inherits the style settings of the ControlStyle property. For example, if you specify a red font for the ControlStyle property, the <strong>FooterStyle</strong> property will also have a red font. This allows you to provide a common appearance for the control by setting a single style property. You can override the inherited style settings by setting the <strong>FooterStyle</strong> property. For example, you can specify a blue font for the <strong>FooterStyle</strong> property, overriding the red font specified in the ControlStyle property.</para> <para>To specify a custom style for the footer section, place the <FooterStyle> tags between the opening and closing tags of the <strong>RadTimeView</strong> control. You can then list the style attributes within the opening <FooterStyle> tag.</para> <para><strong>Note</strong>: The <strong>ShowFooter</strong> property must be set to true for this property to be visible.</para> </remarks> <example> <para>The following code example demonstrates how to use the <strong>FooterStyle</strong> property to specify a custom background color for the footer section of the <strong>RadTimeView</strong> control.</para> <code lang="VB" title="[New Example]"> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="RadCalendar.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <rad:RadTimePicker ID="RadTimePicker1" runat="server"> <TimePopupButton ImageUrl="clock.gif" HoverImageUrl="clock.gif" /> <TimeView Skin="None" ShowFooter="true"> <FooterStyle BackColor="Aqua" /> </TimeView> </rad:RadTimePicker> </div> </form> </body> </html> </code> </example> </member> <member name="P:Telerik.WebControls.RadTimeView.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath </summary> </member> <member name="P:Telerik.WebControls.RadTimeView.SkinsPath"> <summary>Gets or sets the relative path to the <strong>Skin</strong> folder.</summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="T:Telerik.WebControls.Base.Calendar.TypeConvertors.TemplateListTypeConverter"> <summary> Custom Type convertor that gives enhanced selection abilities for the properties that reffer to collections like CalendarDayCollection. </summary> </member> <member name="T:Telerik.WebControls.RadCalendarUtils.JsBuilder"> <summary> Summary description for JsBuilder. </summary> </member> <member name="T:Telerik.WebControls.Base.Calendar.Utilities.Utility"> <summary> Summary description for Utility. </summary> </member> <member name="M:Telerik.WebControls.Base.Calendar.Utilities.Utility.ConvertSingleValueToClientString(System.Object)"> <summary> This static member is used translating .NET arrays to JS arrays. Acts like a compressor. </summary> <param name="InputArray">The 1D array to compress</param> <returns>The compressed string</returns> </member> <member name="M:Telerik.WebControls.Base.Calendar.Utilities.Utility.ConvertToServerDateTimeCollection(Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection,System.String)"> <summary> Converts an input 2D JavaScript array like [[5,10,2005],[6,10,2005],[7,10,2005]] into a DateTimeCollection. </summary> <param name="dateTimeCollection">The DateTimeCollection that will be filled.</param> <param name="inputString">The input string.</param> </member> <member name="T:Telerik.RadCalendarUtils.Constants"> <summary> Summary description for Constants. </summary> </member> <member name="T:Telerik.WebControls.DatePickingCalendar"> <summary> Summary description for DatepickingCalendar. </summary> </member> <member name="T:Telerik.WebControls.RadCalendar"> <summary> The RadCalendar main class. </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.CreateChildControls"> <summary> Create controls from template, fill ContentPanes and add them to Controls collection. </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.ResetTemplates"> <summary> <para>This method supports the Telerik RadCalendar infrastructure and is not intended to be used directly from your code.</para> </summary> </member> <member name="M:Telerik.WebControls.RadCalendar.FindControlRecursive(System.String,System.Web.UI.ControlCollection)"> <summary> Recursively searches for a control with the specified id in the passed controls collection. </summary> <param name="controlID">The id of the control to look for.</param> <param name="controlsCollection">The current Controls collection to search in.</param> <returns>The found control or null if nothing was found.</returns> </member> <member name="M:Telerik.WebControls.RadCalendar.FindControl(System.String)"> <summary> When using templates, their content is instantiated and "lives" inside the <a href="RadCalendar~Telerik.WebControls.RadCalendar~Controls.html">Controls collection</a> of RadCalendar class. To access the controls instantiated from the templates they must be found using this method (RadCalendar implements INamingContainer interface). </summary> <returns>Reference to the found control or null if no control was found.</returns> <param name="id">The ID of the searched control.</param> </member> <member name="M:Telerik.WebControls.RadCalendar.GetClientData"> <summary> Returns an ArrayList of all properties of RadCalendar that are to be exported on the client. </summary> <returns></returns> </member> <member name="M:Telerik.WebControls.RadCalendar.LoadViewState(System.Object)"> <summary> Restores view-state information from a previous page request that was saved by the <see cref="M:Telerik.WebControls.RadCalendar.SaveViewState">SaveViewState</see> method. </summary> <param name="savedState">The saved view state.</param> </member> <member name="M:Telerik.WebControls.RadCalendar.SaveViewState"> <summary> Saves any server control view-state changes that have occurred since the time the page was posted back to the server. </summary> <returns>The saved view state.</returns> </member> <member name="M:Telerik.WebControls.RadCalendar.GetClientTitleArray"> <summary> Returns an ArrayList of all cached titles. </summary> <returns>The ArrayList to return.</returns> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationSettings"> <summary> Gets or sets the <a href="RadCalendar~Telerik.WebControls.MonthYearFastNavigationSettings.html">MonthYearFastNavigationSettings</a> object whose inner properties can be used to modify the fast Month/Year client navigation settings. </summary> <value><see cref="T:Telerik.WebControls.MonthYearFastNavigationSettings">MonthYearFastNavigationSettings</see></value> </member> <member name="P:Telerik.WebControls.RadCalendar.IsDesignMode"> <summary> Returns whether RadCalendar is currently in design mode. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.CssClass"> <summary> Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. </summary> <value> The CSS class rendered by the Web server control on the client. The default is <strong>calendarWrapper_[skin name]</strong>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarDayTemplates"> <summary> Gets or sets a collection of type <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.CalendarDayTemplateCollection.html"> CalendarDayTemplateCollection</a> which stores the created templates to use with <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a>. All of the items are represented by <a href="RadCalendar~Telerik.WebControls.DayTemplate.html">DayTemplate</a> instances. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ClientEvents"> <summary> Gets the instance of <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Clientside.CalendarClientEvents.html"> CalendarClientEvents</a> class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableRepeatableDaysOnClient"> <summary> Gets or sets whether the repeatable days logic should be supported on the client (effective for client calendar - with set property <a href="RadCalendar~Telerik.WebControls.RadCalendar~AutoPostBack.html">AutoPostBack</a>="false"). </summary> <value> <strong>true</strong>, if the repeatable days logic should be supported on the client; otherwise, <strong>false</strong>. The default value is <strong>true</strong>. </value> <remarks> The <strong>EnableRepeatableDaysOnClient</strong> property has effect over the logic of the recurring events to the calendar. It should be true, if you wants the repeatable days to be supported by a calendar with AutoPostBack="false". If you are not using repeatable days or/and client calendar, you can improve the calendar performance by setting it to false. </remarks> <seealso cref="P:Telerik.WebControls.RadCalendar.SpecialDays">SpecialDays Property</seealso> </member> <member name="P:Telerik.WebControls.RadCalendar.CellDayFormat"> <summary> Gets or sets the format string that will be applied to the dates presented in the calendar area. </summary> <remarks> For additional details see <a href="DateFormat.html">Date Format Pattern</a> topic </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewRows"> <summary> Gets or sets the the count of rows to be displayed by a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewColumns"> <summary> Gets or sets the the count of columns to be displayed by a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewWidth"> <summary> Gets or sets the Width applied to a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SingleViewHeight"> <summary> Gets or sets the Height applied to a single <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> <remarks> If the calendar represents a multi view, this property applies to the child views inside the multi view. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.MonthLayout"> <summary> <para>Gets or sets the predefined pairs of rows and columns, so that the product of the two values is exactly 42, which guarantees valid calendar layout. It is applied on a single view level to every <a href="RadCalendar~Telerik.WebControls.Base.Calendar.MonthView.html">MonthView</a> instance in the calendar.</para> </summary> <remarks> <para>The following values are applicable and defined in the MonthLayout enumeration:<br/> <br/> Layout_7columns_x_6rows - horizontal layout<br/> <br/> Layout_14columns_x_3rows - horizontal layout<br/> <br/> Layout_21columns_x_2rows - horizontal layout<br/> <br/> Layout_7rows_x_6columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.<br/> <br/> Layout_14rows_x_3columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.<br/> <br/> Layout_21rows_x_2columns - vertical layout, required when <a href="RadCalendar~Telerik.WebControls.RadCalendar~UseDaysAsSelectors.html">UseDaysAsSelectors</a> is true and <a href="RadCalendar~Telerik.WebControls.RadCalendar~Orientation.html">Orientation</a> is set to <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Enumerations.Orientation.html"> RenderInColumns</a>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CellAlign"> <summary> <para>Gets or sets the horizontal alignment of the date cells content inside the calendar area.</para> <para>The HorizontalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term> <para align="left">Member name</para> </term> <description> <para align="left">Description</para> </description> </listheader> <item> <term> <para align="left"><b>Center</b></para> </term> <description>The contents of a container are centered.</description> </item> <item> <term><b>Justify</b></term> <description>The contents of a container are uniformly spread out and aligned with both the left and right margins.</description> </item> <item> <term><b>Left</b></term> <description>The contents of a container are left justified.</description> </item> <item> <term><b>NotSet</b></term> <description>The horizontal alignment is not set.</description> </item> <item> <term><b>Right</b></term> <description>The contents of a container are right justified.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CellVAlign"> <summary> <para>Gets or sets the vertical alignment of the date cells content inside the calendar area.</para> <para>The VerticalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>Bottom</b></term> <description>Text or object is aligned with the bottom of the enclosing control.</description> </item> <item> <term><b>Middle</b></term> <description>Text or object is aligned with the center of the enclosing control.</description> </item> <item> <term><b>NotSet</b></term> <description>Vertical alignment is not set.</description> </item> <item> <term><b>Top</b></term> <description>Text or object is aligned with the top of the enclosing control.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.MultiViewRows"> <summary> Gets or sets the the count of rows to be displayed by a multi month <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.MultiViewColumns"> <summary> Gets or sets the the count of columns to be displayed by a multi month <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a>. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RangeMaxDate"> <summary> Gets or sets the maximum date valid for selection by Telerik RadCalendar. Must be interpreted as the Higher bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection past this date. </summary> <remarks> This property has a default value of <font size="1"><strong>12/30/2099</strong> (Gregorian calendar date).</font> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.RangeMinDate"> <summary> Gets or sets the minimal date valid for selection by Telerik RadCalendar. Must be interpreted as the Lower bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection prior to this date. </summary> <remarks> This property has a default value of <font size="1"><strong>1/1/1980</strong> (Gregorian calendar date).</font> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FirstDayOfWeek"> <summary> <para>Specifies the day to display as the first day of the week on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The FirstDayOfWeek enumeration can be found in <strong>System.Web.UI.WebControls</strong> Namespace.</para> </summary> <remarks> <para>The <b>FirstDayOfWeek</b> enumeration represents the values that specify which day to display as the first day of the week on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>Default</b></term> <description>The first day of the week is specified by the system settings.</description> </item> <item> <term><b>Friday</b></term> <description>The first day of the week is Friday.</description> </item> <item> <term><b>Monday</b></term> <description>The first day of the week is Monday.</description> </item> <item> <term><b>Saturday</b></term> <description>The first day of the week is Saturday.</description> </item> <item> <term><b>Sunday</b></term> <description>The first day of the week is Sunday.</description> </item> <item> <term><b>Thursday</b></term> <description>The first day of the week is Thursday.</description> </item> <item> <term><b>Tuesday</b></term> <description>The first day of the week is Tuesday.</description> </item> <item> <term><b>Wednesday</b></term> <description>The first day of the week is Wednesday.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDate"> <summary> Sets or returns the currently selected date. The default value is the value of <strong>System.DateTime.MinValue</strong>. </summary> <remarks> <para>Use the <b>SelectedDate</b> property to determine the selected date on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The <b>SelectedDate</b> property and the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectedDates.html">SelectedDates</a> collection are closely related. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>false</b>, a mode that allows only a single date selection, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and <b>SelectedDates.Count</b> equals 1. When the <b>EnableMultiSelect</b> property is set to <b>true</b>, mode that allows multiple date selections, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para> <para>The <b>SelectedDate</b> property is set using a System.DateTime object.</para> <para>When the user selects a date on the <strong>RadCalendar</strong> control, the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectionChanged_EV.html">SelectionChanged</a> event is raised. The <b>SelectedDate</b> property is updated to the selected date. The <b>SelectedDates</b> collection is also updated to contain just this date.</para> <blockquote class="dtBlock"> <b class="le">Note</b> Both the <b>SelectedDate</b> property and the <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b> event is raised. You can override the date selection by using the <strong>OnSelectionChanged</strong> event handler to manually set the <b>SelectedDate</b> property. The <b>SelectionChanged</b> event does not get raised when this property is programmatically set. </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDate"> <summary> Gets or sets the value that is used by <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> to determine the viewable area displayed . </summary> <remarks> <para>By default, the <strong>FocusedDate</strong> property returns the current system date when in runtime, and in design mode defaults to <strong>System.DateTime.MinValue.</strong> When the <strong>FocusedDate</strong> is set, from that point, the value returned by the <strong>FocusedDate</strong> property is the one the user sets.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDateRow"> <summary> Gets or sets the row index where the <a href="RadCalendar~Telerik.WebControls.RadCalendar~FocusedDate.html">FocusedDate</a> (and the month view it belongs to) will be positioned inside a multi view area. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.FocusedDateColumn"> <summary> Gets or sets the column index where the <a href="RadCalendar~Telerik.WebControls.RadCalendar~FocusedDate.html">FocusedDate</a> (and the month view it belongs to) will be positioned inside a multi view area. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDates"> <summary> Gets a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>) that represent the selected dates on the <strong>RadCalendar</strong> control. </summary> <value> A <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection.html"> DateTimeCollection</a> that contains a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>) representing the selected dates on the <strong>RadCalendar</strong> control. The default value is an empty <b>DateTimeCollection</b>. </value> <remarks> <para>Use the <b>SelectedDates</b> collection to determine the currently selected dates on the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">RadCalendar</a> control.</para> <para>The <a href="frlrfsystemwebuiwebcontrolscalendarclassselecteddatetopic.htm">SelectedDate</a> property and the <b>SelectedDates</b> collection are closely related. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>false</b>, a mode that allows only a single date selection, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value and <b>SelectedDates.Count</b> equals 1. When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableMultiSelect.html">EnableMultiSelect</a> property is set to <b>true</b>, mode that allows multiple date selections, <b>SelectedDate</b> and <b>SelectedDates[0]</b> have the same value.</para> <para>The <b>SelectedDates</b> property stores a collection of <a href="RadCalendar~Telerik.WebControls.RadDate.html">RadDate</a> objects (that encapsulate values of type <strong>System.DateTime</strong>).</para> <para>When the user selects a date or date range (for example with the column or rows selectors) on the <strong>RadCalendar</strong> control, the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectionChanged_EV.html">SelectionChanged</a> event is raised. The selected dates are added to the <b>SelectedDates</b> collection, accumulating with previously selected dates. The range of dates are not sorted by default. The <strong>SelectedDate</strong> property is also updated to contain the first date in the <b>SelectedDates</b> collection.</para> <para>You can also use the <b>SelectedDates</b> collection to programmatically select dates on the <b>Calendar</b> control. Use the <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Add.html"> Add</a>, <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Remove.html"> Remove</a>, <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~Clear.html"> Clear</a>, and <a href="RadCalendar~Telerik.WebControls.Base.Calendar.Collections.DateTimeCollection~SelectRange.html"> SelectRange</a> methods to programmatically manipulate the selected dates in the <b>SelectedDates</b> collection.</para> <blockquote class="dtBlock"> <b class="le">Note</b> Both the <b>SelectedDate</b> property and the <b>SelectedDates</b> collection are updated before the <b>SelectionChanged</b> event is raised.You can override the dates selection by using the <strong>OnSelectionChanged</strong> event handler to manually set the <b>SelectedDates</b> collection. The <b>SelectionChanged</b> event is not raised when this collection is programmatically set. </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationStep"> <summary> Gets or sets an integer value representing the number of <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> views that will be scrolled when the user clicks on a fast navigation link. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ImagesBaseDir"> <summary> Gets or sets the directory where image files used by <strong>RadCalendar</strong> reside. Use "~/" (tilde) as a substitution of the web-application root directory. This property is not required by the <strong>Skin</strong> functionality. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DayNameFormat"> <summary> Specifies the display formats for the days of the week used as selectors by <strong>RadCalendar</strong>. </summary> <remarks> <para>Use the <b>DayNameFormat</b> property to specify the name format for the days of the week. This property is set with one of the <strong>DayNameFormat</strong> enumeration values. You can specify whether the days of the week are displayed as the full name, short (abbreviated) name, first letter of the day, or first two letters of the day.</para> <para>The <b>DayNameFormat</b> enumeration represents the display formats for the days of the week used as selectors by <strong>RadCalendar</strong>.</para> <list type="table"> <listheader> <term>Member name</term> <description>Description</description> </listheader> <item> <term><b>FirstLetter</b></term> <description>The days of the week displayed with just the first letter. For example, <strong>T</strong>.</description> </item> <item> <term><b>FirstTwoLetters</b></term> <description>The days of the week displayed with just the first two letters. For example, <strong>Tu</strong>.</description> </item> <item> <term><b>Full</b></term> <description>The days of the week displayed in full format. For example, <strong>Tuesday</strong>.</description> </item> <item> <term><b>Short</b></term> <description>The days of the week displayed in abbreviated format. For example, <strong>Tues</strong>.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DateTimeFormat"> <summary> Gets or sets a <strong>DateTimeFormatInfo</strong> instance that defines the culturally appropriate format of displaying dates and times as specified by the default culture. </summary> <remarks> <para>A <strong>DateTimeFormatInfo</strong> can be created only for the invariant culture or for specific cultures, not for neutral cultures.</para> <para>The cultures are generally grouped into three sets: the invariant culture, the neutral cultures, and the specific cultures.</para> <para>The invariant culture is culture-insensitive. You can specify the invariant culture by name using an empty string ("") or by its culture identifier 0x007F. <strong>InvariantCulture</strong> retrieves an instance of the invariant culture. It is associated with the English language but not with any country/region. It can be used in almost any method in the Globalization namespace that requires a culture. If a security decision depends on a string comparison or a case-change operation, use the <b>InvariantCulture</b> to ensure that the behavior will be consistent regardless of the culture settings of the system. However, the invariant culture must be used only by processes that require culture-independent results, such as system services; otherwise, it produces results that might be linguistically incorrect or culturally inappropriate.</para> <para>A neutral culture is a culture that is associated with a language but not with a country/region. A specific culture is a culture that is associated with a language and a country/region. For example, "fr" is a neutral culture and "fr-FR" is a specific culture. Note that "zh-CHS" (Simplified Chinese) and "zh-CHT" (Traditional Chinese) are neutral cultures.</para> <para>The user might choose to override some of the values associated with the current culture of Windows through Regional and Language Options (or Regional Options or Regional Settings) in Control Panel. For example, the user might choose to display the date in a different format or to use a currency other than the default for the culture.</para> <para>If <strong>UseUserOverride</strong> is <b>true</b> and the specified culture matches the current culture of Windows, the <strong>CultureInfo</strong> uses those overrides, including user settings for the properties of the <b>DateTimeFormatInfo</b> instance returned by the <b>DateTimeFormat</b> property, the properties of the <strong>NumberFormatInfo</strong> instance returned by the <strong>NumberFormat</strong> property, and the properties of the <strong>CompareInfo</strong> instance returned by the <strong>CompareInfo</strong> property. If the user settings are incompatible with the culture associated with the <b>CultureInfo</b> (for example, if the selected calendar is not one of the <strong>OptionalCalendars</strong> ), the results of the methods and the values of the properties are undefined.<br/> <br/> <strong>Note:</strong> In this version of <strong>RadCalendar</strong> the <strong>NumberFormatInfo</strong> instance returned by the <strong>NumberFormat</strong> property is not taken into account.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CultureInfo"> <summary> <para>Gets or sets the <strong>CultureInfo</strong> instance that represents information about the culture of this <strong>RadCalendar</strong> object.</para> <para>A <b>CultureInfo</b> class describes information about the culture of this RadCalendar instance including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.</para> </summary> <remarks> <para>The culture names follow the RFC 1766 standard in the format "<languagecode2>-<country/regioncode2>", where <languagecode2> is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166. For example, U.S. English is "en-US". In cases where a two-letter language code is not available, the three-letter code derived from ISO 639-2 is used; for example, the three-letter code "div" is used for cultures that use the Dhivehi language. Some culture names have suffixes that specify the script; for example, "-Cyrl" specifies the Cyrillic script, "-Latn" specifies the Latin script.</para> <para>The following predefined <b>CultureInfo</b> names and identifiers are accepted and used by this class and other classes in the System.Globalization namespace.</para> <table cellspacing="0"> <tbody> <tr valign="top"> <th width="32%">Culture Name</th> <th width="34%">Culture Identifier</th> <th width="34%">Language-Country/Region</th> </tr> <tr valign="top"> <td width="32%">"" (empty string)</td> <td width="34%">0x007F</td> <td width="34%">invariant culture</td> </tr> <tr valign="top"> <td width="32%">af</td> <td width="34%">0x0036</td> <td width="34%">Afrikaans</td> </tr> <tr valign="top"> <td width="32%">af-ZA</td> <td width="34%">0x0436</td> <td width="34%">Afrikaans - South Africa</td> </tr> <tr valign="top"> <td width="32%">sq</td> <td width="34%">0x001C</td> <td width="34%">Albanian</td> </tr> <tr valign="top"> <td width="32%">sq-AL</td> <td width="34%">0x041C</td> <td width="34%">Albanian - Albania</td> </tr> <tr valign="top"> <td width="32%">ar</td> <td width="34%">0x0001</td> <td width="34%">Arabic</td> </tr> <tr valign="top"> <td width="32%">ar-DZ</td> <td width="34%">0x1401</td> <td width="34%">Arabic - Algeria</td> </tr> <tr valign="top"> <td width="32%">ar-BH</td> <td width="34%">0x3C01</td> <td width="34%">Arabic - Bahrain</td> </tr> <tr valign="top"> <td width="32%">ar-EG</td> <td width="34%">0x0C01</td> <td width="34%">Arabic - Egypt</td> </tr> <tr valign="top"> <td width="32%">ar-IQ</td> <td width="34%">0x0801</td> <td width="34%">Arabic - Iraq</td> </tr> <tr valign="top"> <td width="32%">ar-JO</td> <td width="34%">0x2C01</td> <td width="34%">Arabic - Jordan</td> </tr> <tr valign="top"> <td width="32%">ar-KW</td> <td width="34%">0x3401</td> <td width="34%">Arabic - Kuwait</td> </tr> <tr valign="top"> <td width="32%">ar-LB</td> <td width="34%">0x3001</td> <td width="34%">Arabic - Lebanon</td> </tr> <tr valign="top"> <td width="32%">ar-LY</td> <td width="34%">0x1001</td> <td width="34%">Arabic - Libya</td> </tr> <tr valign="top"> <td width="32%">ar-MA</td> <td width="34%">0x1801</td> <td width="34%">Arabic - Morocco</td> </tr> <tr valign="top"> <td width="32%">ar-OM</td> <td width="34%">0x2001</td> <td width="34%">Arabic - Oman</td> </tr> <tr valign="top"> <td width="32%">ar-QA</td> <td width="34%">0x4001</td> <td width="34%">Arabic - Qatar</td> </tr> <tr valign="top"> <td width="32%">ar-SA</td> <td width="34%">0x0401</td> <td width="34%">Arabic - Saudi Arabia</td> </tr> <tr valign="top"> <td width="32%">ar-SY</td> <td width="34%">0x2801</td> <td width="34%">Arabic - Syria</td> </tr> <tr valign="top"> <td width="32%">ar-TN</td> <td width="34%">0x1C01</td> <td width="34%">Arabic - Tunisia</td> </tr> <tr valign="top"> <td width="32%">ar-AE</td> <td width="34%">0x3801</td> <td width="34%">Arabic - United Arab Emirates</td> </tr> <tr valign="top"> <td width="32%">ar-YE</td> <td width="34%">0x2401</td> <td width="34%">Arabic - Yemen</td> </tr> <tr valign="top"> <td width="32%">hy</td> <td width="34%">0x002B</td> <td width="34%">Armenian</td> </tr> <tr valign="top"> <td width="32%">hy-AM</td> <td width="34%">0x042B</td> <td width="34%">Armenian - Armenia</td> </tr> <tr valign="top"> <td width="32%">az</td> <td width="34%">0x002C</td> <td width="34%">Azeri</td> </tr> <tr valign="top"> <td width="32%">az-AZ-Cyrl</td> <td width="34%">0x082C</td> <td width="34%">Azeri (Cyrillic) - Azerbaijan</td> </tr> <tr valign="top"> <td width="32%">az-AZ-Latn</td> <td width="34%">0x042C</td> <td width="34%">Azeri (Latin) - Azerbaijan</td> </tr> <tr valign="top"> <td width="32%">eu</td> <td width="34%">0x002D</td> <td width="34%">Basque</td> </tr> <tr valign="top"> <td width="32%">eu-ES</td> <td width="34%">0x042D</td> <td width="34%">Basque - Basque</td> </tr> <tr valign="top"> <td width="32%">be</td> <td width="34%">0x0023</td> <td width="34%">Belarusian</td> </tr> <tr valign="top"> <td width="32%">be-BY</td> <td width="34%">0x0423</td> <td width="34%">Belarusian - Belarus</td> </tr> <tr valign="top"> <td width="32%">bg</td> <td width="34%">0x0002</td> <td width="34%">Bulgarian</td> </tr> <tr valign="top"> <td width="32%">bg-BG</td> <td width="34%">0x0402</td> <td width="34%">Bulgarian - Bulgaria</td> </tr> <tr valign="top"> <td width="32%">ca</td> <td width="34%">0x0003</td> <td width="34%">Catalan</td> </tr> <tr valign="top"> <td width="32%">ca-ES</td> <td width="34%">0x0403</td> <td width="34%">Catalan - Catalan</td> </tr> <tr valign="top"> <td width="32%">zh-HK</td> <td width="34%">0x0C04</td> <td width="34%">Chinese - Hong Kong SAR</td> </tr> <tr valign="top"> <td width="32%">zh-MO</td> <td width="34%">0x1404</td> <td width="34%">Chinese - Macau SAR</td> </tr> <tr valign="top"> <td width="32%">zh-CN</td> <td width="34%">0x0804</td> <td width="34%">Chinese - China</td> </tr> <tr valign="top"> <td width="32%">zh-CHS</td> <td width="34%">0x0004</td> <td width="34%">Chinese (Simplified)</td> </tr> <tr valign="top"> <td width="32%">zh-SG</td> <td width="34%">0x1004</td> <td width="34%">Chinese - Singapore</td> </tr> <tr valign="top"> <td width="32%">zh-TW</td> <td width="34%">0x0404</td> <td width="34%">Chinese - Taiwan</td> </tr> <tr valign="top"> <td width="32%">zh-CHT</td> <td width="34%">0x7C04</td> <td width="34%">Chinese (Traditional)</td> </tr> <tr valign="top"> <td width="32%">hr</td> <td width="34%">0x001A</td> <td width="34%">Croatian</td> </tr> <tr valign="top"> <td width="32%">hr-HR</td> <td width="34%">0x041A</td> <td width="34%">Croatian - Croatia</td> </tr> <tr valign="top"> <td width="32%">cs</td> <td width="34%">0x0005</td> <td width="34%">Czech</td> </tr> <tr valign="top"> <td width="32%">cs-CZ</td> <td width="34%">0x0405</td> <td width="34%">Czech - Czech Republic</td> </tr> <tr valign="top"> <td width="32%">da</td> <td width="34%">0x0006</td> <td width="34%">Danish</td> </tr> <tr valign="top"> <td width="32%">da-DK</td> <td width="34%">0x0406</td> <td width="34%">Danish - Denmark</td> </tr> <tr valign="top"> <td width="32%">div</td> <td width="34%">0x0065</td> <td width="34%">Dhivehi</td> </tr> <tr valign="top"> <td width="32%">div-MV</td> <td width="34%">0x0465</td> <td width="34%">Dhivehi - Maldives</td> </tr> <tr valign="top"> <td width="32%">nl</td> <td width="34%">0x0013</td> <td width="34%">Dutch</td> </tr> <tr valign="top"> <td width="32%">nl-BE</td> <td width="34%">0x0813</td> <td width="34%">Dutch - Belgium</td> </tr> <tr valign="top"> <td width="32%">nl-NL</td> <td width="34%">0x0413</td> <td width="34%">Dutch - The Netherlands</td> </tr> <tr valign="top"> <td width="32%">en</td> <td width="34%">0x0009</td> <td width="34%">English</td> </tr> <tr valign="top"> <td width="32%">en-AU</td> <td width="34%">0x0C09</td> <td width="34%">English - Australia</td> </tr> <tr valign="top"> <td width="32%">en-BZ</td> <td width="34%">0x2809</td> <td width="34%">English - Belize</td> </tr> <tr valign="top"> <td width="32%">en-CA</td> <td width="34%">0x1009</td> <td width="34%">English - Canada</td> </tr> <tr valign="top"> <td width="32%">en-CB</td> <td width="34%">0x2409</td> <td width="34%">English - Caribbean</td> </tr> <tr valign="top"> <td width="32%">en-IE</td> <td width="34%">0x1809</td> <td width="34%">English - Ireland</td> </tr> <tr valign="top"> <td width="32%">en-JM</td> <td width="34%">0x2009</td> <td width="34%">English - Jamaica</td> </tr> <tr valign="top"> <td width="32%">en-NZ</td> <td width="34%">0x1409</td> <td width="34%">English - New Zealand</td> </tr> <tr valign="top"> <td width="32%">en-PH</td> <td width="34%">0x3409</td> <td width="34%">English - Philippines</td> </tr> <tr valign="top"> <td width="32%">en-ZA</td> <td width="34%">0x1C09</td> <td width="34%">English - South Africa</td> </tr> <tr valign="top"> <td width="32%">en-TT</td> <td width="34%">0x2C09</td> <td width="34%">English - Trinidad and Tobago</td> </tr> <tr valign="top"> <td width="32%">en-GB</td> <td width="34%">0x0809</td> <td width="34%">English - United Kingdom</td> </tr> <tr valign="top"> <td width="32%">en-US</td> <td width="34%">0x0409</td> <td width="34%">English - United States</td> </tr> <tr valign="top"> <td width="32%">en-ZW</td> <td width="34%">0x3009</td> <td width="34%">English - Zimbabwe</td> </tr> <tr valign="top"> <td width="32%">et</td> <td width="34%">0x0025</td> <td width="34%">Estonian</td> </tr> <tr valign="top"> <td width="32%">et-EE</td> <td width="34%">0x0425</td> <td width="34%">Estonian - Estonia</td> </tr> <tr valign="top"> <td width="32%">fo</td> <td width="34%">0x0038</td> <td width="34%">Faroese</td> </tr> <tr valign="top"> <td width="32%">fo-FO</td> <td width="34%">0x0438</td> <td width="34%">Faroese - Faroe Islands</td> </tr> <tr valign="top"> <td width="32%">fa</td> <td width="34%">0x0029</td> <td width="34%">Farsi</td> </tr> <tr valign="top"> <td width="32%">fa-IR</td> <td width="34%">0x0429</td> <td width="34%">Farsi - Iran</td> </tr> <tr valign="top"> <td width="32%">fi</td> <td width="34%">0x000B</td> <td width="34%">Finnish</td> </tr> <tr valign="top"> <td width="32%">fi-FI</td> <td width="34%">0x040B</td> <td width="34%">Finnish - Finland</td> </tr> <tr valign="top"> <td width="32%">fr</td> <td width="34%">0x000C</td> <td width="34%">French</td> </tr> <tr valign="top"> <td width="32%">fr-BE</td> <td width="34%">0x080C</td> <td width="34%">French - Belgium</td> </tr> <tr valign="top"> <td width="32%">fr-CA</td> <td width="34%">0x0C0C</td> <td width="34%">French - Canada</td> </tr> <tr valign="top"> <td width="32%">fr-FR</td> <td width="34%">0x040C</td> <td width="34%">French - France</td> </tr> <tr valign="top"> <td width="32%">fr-LU</td> <td width="34%">0x140C</td> <td width="34%">French - Luxembourg</td> </tr> <tr valign="top"> <td width="32%">fr-MC</td> <td width="34%">0x180C</td> <td width="34%">French - Monaco</td> </tr> <tr valign="top"> <td width="32%">fr-CH</td> <td width="34%">0x100C</td> <td width="34%">French - Switzerland</td> </tr> <tr valign="top"> <td width="32%">gl</td> <td width="34%">0x0056</td> <td width="34%">Galician</td> </tr> <tr valign="top"> <td width="32%">gl-ES</td> <td width="34%">0x0456</td> <td width="34%">Galician - Galician</td> </tr> <tr valign="top"> <td width="32%">ka</td> <td width="34%">0x0037</td> <td width="34%">Georgian</td> </tr> <tr valign="top"> <td width="32%">ka-GE</td> <td width="34%">0x0437</td> <td width="34%">Georgian - Georgia</td> </tr> <tr valign="top"> <td width="32%">de</td> <td width="34%">0x0007</td> <td width="34%">German</td> </tr> <tr valign="top"> <td width="32%">de-AT</td> <td width="34%">0x0C07</td> <td width="34%">German - Austria</td> </tr> <tr valign="top"> <td width="32%">de-DE</td> <td width="34%">0x0407</td> <td width="34%">German - Germany</td> </tr> <tr valign="top"> <td width="32%">de-LI</td> <td width="34%">0x1407</td> <td width="34%">German - Liechtenstein</td> </tr> <tr valign="top"> <td width="32%">de-LU</td> <td width="34%">0x1007</td> <td width="34%">German - Luxembourg</td> </tr> <tr valign="top"> <td width="32%">de-CH</td> <td width="34%">0x0807</td> <td width="34%">German - Switzerland</td> </tr> <tr valign="top"> <td width="32%">el</td> <td width="34%">0x0008</td> <td width="34%">Greek</td> </tr> <tr valign="top"> <td width="32%">el-GR</td> <td width="34%">0x0408</td> <td width="34%">Greek - Greece</td> </tr> <tr valign="top"> <td width="32%">gu</td> <td width="34%">0x0047</td> <td width="34%">Gujarati</td> </tr> <tr valign="top"> <td width="32%">gu-IN</td> <td width="34%">0x0447</td> <td width="34%">Gujarati - India</td> </tr> <tr valign="top"> <td width="32%">he</td> <td width="34%">0x000D</td> <td width="34%">Hebrew</td> </tr> <tr valign="top"> <td width="32%">he-IL</td> <td width="34%">0x040D</td> <td width="34%">Hebrew - Israel</td> </tr> <tr valign="top"> <td width="32%">hi</td> <td width="34%">0x0039</td> <td width="34%">Hindi</td> </tr> <tr valign="top"> <td width="32%">hi-IN</td> <td width="34%">0x0439</td> <td width="34%">Hindi - India</td> </tr> <tr valign="top"> <td width="32%">hu</td> <td width="34%">0x000E</td> <td width="34%">Hungarian</td> </tr> <tr valign="top"> <td width="32%">hu-HU</td> <td width="34%">0x040E</td> <td width="34%">Hungarian - Hungary</td> </tr> <tr valign="top"> <td width="32%">is</td> <td width="34%">0x000F</td> <td width="34%">Icelandic</td> </tr> <tr valign="top"> <td width="32%">is-IS</td> <td width="34%">0x040F</td> <td width="34%">Icelandic - Iceland</td> </tr> <tr valign="top"> <td width="32%">id</td> <td width="34%">0x0021</td> <td width="34%">Indonesian</td> </tr> <tr valign="top"> <td width="32%">id-ID</td> <td width="34%">0x0421</td> <td width="34%">Indonesian - Indonesia</td> </tr> <tr valign="top"> <td width="32%">it</td> <td width="34%">0x0010</td> <td width="34%">Italian</td> </tr> <tr valign="top"> <td width="32%">it-IT</td> <td width="34%">0x0410</td> <td width="34%">Italian - Italy</td> </tr> <tr valign="top"> <td width="32%">it-CH</td> <td width="34%">0x0810</td> <td width="34%">Italian - Switzerland</td> </tr> <tr valign="top"> <td width="32%">ja</td> <td width="34%">0x0011</td> <td width="34%">Japanese</td> </tr> <tr valign="top"> <td width="32%">ja-JP</td> <td width="34%">0x0411</td> <td width="34%">Japanese - Japan</td> </tr> <tr valign="top"> <td width="32%">kn</td> <td width="34%">0x004B</td> <td width="34%">Kannada</td> </tr> <tr valign="top"> <td width="32%">kn-IN</td> <td width="34%">0x044B</td> <td width="34%">Kannada - India</td> </tr> <tr valign="top"> <td width="32%">kk</td> <td width="34%">0x003F</td> <td width="34%">Kazakh</td> </tr> <tr valign="top"> <td width="32%">kk-KZ</td> <td width="34%">0x043F</td> <td width="34%">Kazakh - Kazakhstan</td> </tr> <tr valign="top"> <td width="32%">kok</td> <td width="34%">0x0057</td> <td width="34%">Konkani</td> </tr> <tr valign="top"> <td width="32%">kok-IN</td> <td width="34%">0x0457</td> <td width="34%">Konkani - India</td> </tr> <tr valign="top"> <td width="32%">ko</td> <td width="34%">0x0012</td> <td width="34%">Korean</td> </tr> <tr valign="top"> <td width="32%">ko-KR</td> <td width="34%">0x0412</td> <td width="34%">Korean - Korea</td> </tr> <tr valign="top"> <td width="32%">ky</td> <td width="34%">0x0040</td> <td width="34%">Kyrgyz</td> </tr> <tr valign="top"> <td width="32%">ky-KZ</td> <td width="34%">0x0440</td> <td width="34%">Kyrgyz - Kazakhstan</td> </tr> <tr valign="top"> <td width="32%">lv</td> <td width="34%">0x0026</td> <td width="34%">Latvian</td> </tr> <tr valign="top"> <td width="32%">lv-LV</td> <td width="34%">0x0426</td> <td width="34%">Latvian - Latvia</td> </tr> <tr valign="top"> <td width="32%">lt</td> <td width="34%">0x0027</td> <td width="34%">Lithuanian</td> </tr> <tr valign="top"> <td width="32%">lt-LT</td> <td width="34%">0x0427</td> <td width="34%">Lithuanian - Lithuania</td> </tr> <tr valign="top"> <td width="32%">mk</td> <td width="34%">0x002F</td> <td width="34%">Macedonian</td> </tr> <tr valign="top"> <td width="32%">mk-MK</td> <td width="34%">0x042F</td> <td width="34%">Macedonian - FYROM</td> </tr> <tr valign="top"> <td width="32%">ms</td> <td width="34%">0x003E</td> <td width="34%">Malay</td> </tr> <tr valign="top"> <td width="32%">ms-BN</td> <td width="34%">0x083E</td> <td width="34%">Malay - Brunei</td> </tr> <tr valign="top"> <td width="32%">ms-MY</td> <td width="34%">0x043E</td> <td width="34%">Malay - Malaysia</td> </tr> <tr valign="top"> <td width="32%">mr</td> <td width="34%">0x004E</td> <td width="34%">Marathi</td> </tr> <tr valign="top"> <td width="32%">mr-IN</td> <td width="34%">0x044E</td> <td width="34%">Marathi - India</td> </tr> <tr valign="top"> <td width="32%">mn</td> <td width="34%">0x0050</td> <td width="34%">Mongolian</td> </tr> <tr valign="top"> <td width="32%">mn-MN</td> <td width="34%">0x0450</td> <td width="34%">Mongolian - Mongolia</td> </tr> <tr valign="top"> <td width="32%">no</td> <td width="34%">0x0014</td> <td width="34%">Norwegian</td> </tr> <tr valign="top"> <td width="32%">nb-NO</td> <td width="34%">0x0414</td> <td width="34%">Norwegian (Bokmål) - Norway</td> </tr> <tr valign="top"> <td width="32%">nn-NO</td> <td width="34%">0x0814</td> <td width="34%">Norwegian (Nynorsk) - Norway</td> </tr> <tr valign="top"> <td width="32%">pl</td> <td width="34%">0x0015</td> <td width="34%">Polish</td> </tr> <tr valign="top"> <td width="32%">pl-PL</td> <td width="34%">0x0415</td> <td width="34%">Polish - Poland</td> </tr> <tr valign="top"> <td width="32%">pt</td> <td width="34%">0x0016</td> <td width="34%">Portuguese</td> </tr> <tr valign="top"> <td width="32%">pt-BR</td> <td width="34%">0x0416</td> <td width="34%">Portuguese - Brazil</td> </tr> <tr valign="top"> <td width="32%">pt-PT</td> <td width="34%">0x0816</td> <td width="34%">Portuguese - Portugal</td> </tr> <tr valign="top"> <td width="32%">pa</td> <td width="34%">0x0046</td> <td width="34%">Punjabi</td> </tr> <tr valign="top"> <td width="32%">pa-IN</td> <td width="34%">0x0446</td> <td width="34%">Punjabi - India</td> </tr> <tr valign="top"> <td width="32%">ro</td> <td width="34%">0x0018</td> <td width="34%">Romanian</td> </tr> <tr valign="top"> <td width="32%">ro-RO</td> <td width="34%">0x0418</td> <td width="34%">Romanian - Romania</td> </tr> <tr valign="top"> <td width="32%">ru</td> <td width="34%">0x0019</td> <td width="34%">Russian</td> </tr> <tr valign="top"> <td width="32%">ru-RU</td> <td width="34%">0x0419</td> <td width="34%">Russian - Russia</td> </tr> <tr valign="top"> <td width="32%">sa</td> <td width="34%">0x004F</td> <td width="34%">Sanskrit</td> </tr> <tr valign="top"> <td width="32%">sa-IN</td> <td width="34%">0x044F</td> <td width="34%">Sanskrit - India</td> </tr> <tr valign="top"> <td width="32%">sr-SP-Cyrl</td> <td width="34%">0x0C1A</td> <td width="34%">Serbian (Cyrillic) - Serbia</td> </tr> <tr valign="top"> <td width="32%">sr-SP-Latn</td> <td width="34%">0x081A</td> <td width="34%">Serbian (Latin) - Serbia</td> </tr> <tr valign="top"> <td width="32%">sk</td> <td width="34%">0x001B</td> <td width="34%">Slovak</td> </tr> <tr valign="top"> <td width="32%">sk-SK</td> <td width="34%">0x041B</td> <td width="34%">Slovak - Slovakia</td> </tr> <tr valign="top"> <td width="32%">sl</td> <td width="34%">0x0024</td> <td width="34%">Slovenian</td> </tr> <tr valign="top"> <td width="32%">sl-SI</td> <td width="34%">0x0424</td> <td width="34%">Slovenian - Slovenia</td> </tr> <tr valign="top"> <td width="32%">es</td> <td width="34%">0x000A</td> <td width="34%">Spanish</td> </tr> <tr valign="top"> <td width="32%">es-AR</td> <td width="34%">0x2C0A</td> <td width="34%">Spanish - Argentina</td> </tr> <tr valign="top"> <td width="32%">es-BO</td> <td width="34%">0x400A</td> <td width="34%">Spanish - Bolivia</td> </tr> <tr valign="top"> <td width="32%">es-CL</td> <td width="34%">0x340A</td> <td width="34%">Spanish - Chile</td> </tr> <tr valign="top"> <td width="32%">es-CO</td> <td width="34%">0x240A</td> <td width="34%">Spanish - Colombia</td> </tr> <tr valign="top"> <td width="32%">es-CR</td> <td width="34%">0x140A</td> <td width="34%">Spanish - Costa Rica</td> </tr> <tr valign="top"> <td width="32%">es-DO</td> <td width="34%">0x1C0A</td> <td width="34%">Spanish - Dominican Republic</td> </tr> <tr valign="top"> <td width="32%">es-EC</td> <td width="34%">0x300A</td> <td width="34%">Spanish - Ecuador</td> </tr> <tr valign="top"> <td width="32%">es-SV</td> <td width="34%">0x440A</td> <td width="34%">Spanish - El Salvador</td> </tr> <tr valign="top"> <td width="32%">es-GT</td> <td width="34%">0x100A</td> <td width="34%">Spanish - Guatemala</td> </tr> <tr valign="top"> <td width="32%">es-HN</td> <td width="34%">0x480A</td> <td width="34%">Spanish - Honduras</td> </tr> <tr valign="top"> <td width="32%">es-MX</td> <td width="34%">0x080A</td> <td width="34%">Spanish - Mexico</td> </tr> <tr valign="top"> <td width="32%">es-NI</td> <td width="34%">0x4C0A</td> <td width="34%">Spanish - Nicaragua</td> </tr> <tr valign="top"> <td width="32%">es-PA</td> <td width="34%">0x180A</td> <td width="34%">Spanish - Panama</td> </tr> <tr valign="top"> <td width="32%">es-PY</td> <td width="34%">0x3C0A</td> <td width="34%">Spanish - Paraguay</td> </tr> <tr valign="top"> <td width="32%">es-PE</td> <td width="34%">0x280A</td> <td width="34%">Spanish - Peru</td> </tr> <tr valign="top"> <td width="32%">es-PR</td> <td width="34%">0x500A</td> <td width="34%">Spanish - Puerto Rico</td> </tr> <tr valign="top"> <td width="32%">es-ES</td> <td width="34%">0x0C0A</td> <td width="34%">Spanish - Spain</td> </tr> <tr valign="top"> <td width="32%">es-UY</td> <td width="34%">0x380A</td> <td width="34%">Spanish - Uruguay</td> </tr> <tr valign="top"> <td width="32%">es-VE</td> <td width="34%">0x200A</td> <td width="34%">Spanish - Venezuela</td> </tr> <tr valign="top"> <td width="32%">sw</td> <td width="34%">0x0041</td> <td width="34%">Swahili</td> </tr> <tr valign="top"> <td width="32%">sw-KE</td> <td width="34%">0x0441</td> <td width="34%">Swahili - Kenya</td> </tr> <tr valign="top"> <td width="32%">sv</td> <td width="34%">0x001D</td> <td width="34%">Swedish</td> </tr> <tr valign="top"> <td width="32%">sv-FI</td> <td width="34%">0x081D</td> <td width="34%">Swedish - Finland</td> </tr> <tr valign="top"> <td width="32%">sv-SE</td> <td width="34%">0x041D</td> <td width="34%">Swedish - Sweden</td> </tr> <tr valign="top"> <td width="32%">syr</td> <td width="34%">0x005A</td> <td width="34%">Syriac</td> </tr> <tr valign="top"> <td width="32%">syr-SY</td> <td width="34%">0x045A</td> <td width="34%">Syriac - Syria</td> </tr> <tr valign="top"> <td width="32%">ta</td> <td width="34%">0x0049</td> <td width="34%">Tamil</td> </tr> <tr valign="top"> <td width="32%">ta-IN</td> <td width="34%">0x0449</td> <td width="34%">Tamil - India</td> </tr> <tr valign="top"> <td width="32%">tt</td> <td width="34%">0x0044</td> <td width="34%">Tatar</td> </tr> <tr valign="top"> <td width="32%">tt-RU</td> <td width="34%">0x0444</td> <td width="34%">Tatar - Russia</td> </tr> <tr valign="top"> <td width="32%">te</td> <td width="34%">0x004A</td> <td width="34%">Telugu</td> </tr> <tr valign="top"> <td width="32%">te-IN</td> <td width="34%">0x044A</td> <td width="34%">Telugu - India</td> </tr> <tr valign="top"> <td width="32%">th</td> <td width="34%">0x001E</td> <td width="34%">Thai</td> </tr> <tr valign="top"> <td width="32%">th-TH</td> <td width="34%">0x041E</td> <td width="34%">Thai - Thailand</td> </tr> <tr valign="top"> <td width="32%">tr</td> <td width="34%">0x001F</td> <td width="34%">Turkish</td> </tr> <tr valign="top"> <td width="32%">tr-TR</td> <td width="34%">0x041F</td> <td width="34%">Turkish - Turkey</td> </tr> <tr valign="top"> <td width="32%">uk</td> <td width="34%">0x0022</td> <td width="34%">Ukrainian</td> </tr> <tr valign="top"> <td width="32%">uk-UA</td> <td width="34%">0x0422</td> <td width="34%">Ukrainian - Ukraine</td> </tr> <tr valign="top"> <td width="32%">ur</td> <td width="34%">0x0020</td> <td width="34%">Urdu</td> </tr> <tr valign="top"> <td width="32%">ur-PK</td> <td width="34%">0x0420</td> <td width="34%">Urdu - Pakistan</td> </tr> <tr valign="top"> <td width="32%">uz</td> <td width="34%">0x0043</td> <td width="34%">Uzbek</td> </tr> <tr valign="top"> <td width="32%">uz-UZ-Cyrl</td> <td width="34%">0x0843</td> <td width="34%">Uzbek (Cyrillic) - Uzbekistan</td> </tr> <tr valign="top"> <td width="32%">uz-UZ-Latn</td> <td width="34%">0x0443</td> <td width="34%">Uzbek (Latin) - Uzbekistan</td> </tr> <tr valign="top"> <td width="32%">vi</td> <td width="34%">0x002A</td> <td width="34%">Vietnamese</td> </tr> <tr valign="top"> <td width="32%">vi-VN</td> <td width="34%">0x042A</td> <td width="34%">Vietnamese - Vietnam</td> </tr> </tbody> </table> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.CultureID"> <summary> Gets or sets the culture identifier for the current CultureInfo. </summary> <remarks> <para>In most cases, the culture identifier is mapped to the corresponding National Language Support (NLS) locale identifier.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.Calendar"> <summary> Gets the default <strong>System.Globalization.Calendar</strong> instance as specified by the default culture. </summary> <remarks> <para>A calendar divides time into measures, such as weeks, months, and years. The number, length, and start of the divisions vary in each calendar.</para> <para>Any moment in time can be represented as a set of numeric values using a particular calendar. For example, the last vernal equinox occurred at (0.0, 0, 46, 8, 20, 3, 1999) in the Gregorian calendar. An implementation of <b>Calendar</b> can map any <strong>DateTime</strong> value to a similar set of numeric values, and <b>DateTime</b> can map such sets of numeric values to a textual representation using information from <b>Calendar</b> and <strong>DateTimeFormatInfo</strong>. The textual representation can be culture-sensitive (for example, "8:46 AM March 20th 1999 AD" for the en-US culture) or culture-insensitive (for example, "1999-03-20T08:46:00" in ISO 8601 format).</para> <para>A <b>Calendar</b> implementation can define one or more eras. The <b>Calendar</b> class identifies the eras as enumerated integers where the current era (<strong>CurrentEra</strong>) has the value 0.</para> <para>In order to make up for the difference between the calendar year and the actual time that the earth rotates around the sun or the actual time that the moon rotates around the earth, a leap year has a different number of days than a standard calendar year. Each <b>Calendar</b> implementation defines leap years differently.</para> <para>For consistency, the first unit in each interval (for example, the first month) is assigned the value 1.</para> <para>The <strong>System.Globalization</strong> namespace includes the following <b>Calendar</b> implementations: <strong>GregorianCalendar</strong>, <strong>HebrewCalendar</strong>, <strong>HijriCalendar</strong>, <strong>JapaneseCalendar</strong>, <strong>JulianCalendar</strong>, <strong>KoreanCalendar</strong>, <strong>TaiwanCalendar</strong>, and <strong>ThaiBuddhistCalendar</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.PresentationType"> <summary> Gets or sets the default type used by <strong>RadCalendar</strong> to handle its layout, and how will react to user interaction. </summary> <remarks> <list type="table"> <listheader> <term>Member</term> <description>Description</description> </listheader> <item> <term><strong>Interactive</strong></term> <description>Interactive - user is allowed to select dates, navigate, etc.</description> </item> <item> <term><strong>Preview</strong></term> <description>Preview - does not allow user interaction, for presentation purposes only.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.Orientation"> <summary> Gets or sets the orientation (rendering direction) of the calendar component. Default value is <strong>RenderInRows</strong>. </summary> <remarks> <list type="table"> <listheader> <term>Member</term> <description>Description</description> </listheader> <item> <term><strong>RenderInRows</strong></term> <description>Renders the calendar data row after row.</description> </item> <item> <term><strong>RenderInColumns</strong></term> <description>RenderInColumns - Renders the calendar data column after column.</description> </item> <item> <term><strong>None</strong></term> <description>Enforces fallback to the default Orientation for Telerik RadCalendar.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make Telerik RadCalendar postback to the server on date selection or when navigating to a different month. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.HeaderTemplate"> <summary> Gets or sets the <strong>System.Web.UI.ITemplate</strong> that defines how the header section of the <strong>RadCalendar</strong> control is displayed. </summary> <remarks> <para>Header section of the <strong>RadCalendar</strong> control is displayed under the title section and above the main calendar area (the section that displays the dates information).</para> <para>Use this property to create a template that controls how the header section of a <strong>RadCalendar</strong> control is displayed.</para> <blockquote class="dtBlock"> <b class="le">CAUTION</b> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see <strong>Validation Server Controls</strong> in <strong>MSDN</strong><font color="black">.</font> </blockquote> </remarks> <value>The default value is a null reference (<b>Nothing</b> in Visual Basic).</value> </member> <member name="P:Telerik.WebControls.RadCalendar.FooterTemplate"> <value>The default value is a null reference (<b>Nothing</b> in Visual Basic).</value> <summary> Gets or sets the <strong>System.Web.UI.ITemplate</strong> that defines how the footer section of the <strong>RadCalendar</strong> control is displayed. </summary> <remarks> <para>Footer section of the <strong>RadCalendar</strong> control is displayed under the main calendar area (the section that displays the dates information).</para> <para>Use this property to create a template that controls how the footer section of a <strong>RadCalendar</strong> control is displayed.</para> <blockquote class="dtBlock"> <b class="le">CAUTION</b> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see <strong>Validation Server Controls</strong> in <strong>MSDN</strong><font color="black">.</font> </blockquote> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableNavigation"> <summary> Gets or sets whether the navigation controls in the title section will be displayed. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableMonthYearFastNavigation"> <summary> Gets or sets whether the month/year fast navigation controls in the title section will be enabled. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevText"> <summary> Gets or sets the text displayed for the previous month navigation control. Will be applied only if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.NavigationPrevImage">NavigationPrevImage</see>). </summary> <remarks> <para>Use the <em>NavigationPrevText</em> property to provide custom text for the previous month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>NavigationPrevImage</em> has priority and its value should be set to an empty string in order to be applied the <em>NavigationPrevText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>NavigationPrevText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~NavigationPrevImage.html">NavigationPrevImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> previous month navigation cell. The default value is <b>"&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextText"> <summary> Gets or sets the text displayed for the next month navigation control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.NavigationNextImage">NavigationNextImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> next month navigation cell. The default value is <b>"&gt;"</b>. </value> <remarks> <para>Use the <em>NavigationNextText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>NavigationNextImage</em> has priority and its value should be set to an empty string in order to be applied the <em>NavigationNextText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>NavigationNextText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~NavigationNextImage.html">NavigationNextImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevText"> <summary> Gets or sets the text displayed for the fast navigation previous month control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.FastNavigationPrevImage">FastNavigationPrevImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the fast navigation previous month cell. The default value is <b>"&lt;&lt;"</b>. </value> <remarks> <para>Use the <em>FastNavigationPrevText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>FastNavigationPrevImage</em> has priority and its value should be set to an empty string in order to be applied the <em>FastNavigationPrevText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>FastNavigationPrevText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~FastNavigationPrevImage.html">FastNavigationPrevImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextText"> <summary> Gets or sets the text displayed for the fast navigation next month control. Will be applied if there is no image set (see <see cref="P:Telerik.WebControls.RadCalendar.FastNavigationNextImage">FastNavigationNextImage</see>). </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the fast navigation next month cell. The default value is <b>"&gt;&gt;"</b>. </value> <remarks> <para>Use the <em>FastNavigationNextText</em> property to provide custom text for the next month navigation element in the title section of <strong>RadCalendar</strong>.</para> <para><strong>Note</strong> that the <em>FastNavigationNextImage</em> has priority and its value should be set to an empty string in order to be applied the <em>FastNavigationNextText</em> value.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <em>FastNavigationNextText</em> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element. However note that <a href="RadCalendar~Telerik.WebControls.RadCalendar~FastNavigationNextImage.html">FastNavigationNextImage</a> property is available for this type of functionality.</para> <para>This property applies only if the <strong>EnableNavigation</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevImage"> <summary> Gets or sets name of the image that is displayed for the previous month navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextImage"> <summary> Gets or sets the name of the image that is displayed for the next month navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevImage"> <summary> Gets or sets the name of the image that is displayed for the previous month fast navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextImage"> <summary> Gets or sets the name of the image that is displayed for the next month fast navigation control. </summary> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> (if no skin is applied) or the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinPath</a> (if skin is applied) properties values.</para> <para><br/> Example when skin is <strong>NOT</strong> defined:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "Img/nav.gif"</para> <para>Example when skin is defined:<br/> <strong>SkinPath</strong> = "RadControls/Calendar/Skins/"<br/> <strong>RowSelectorImage</strong> = "nav.gif"<br/> <strong>complete image URL</strong> : "RadControls/Calendar/Skins/nav.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationPrevToolTip"> <summary> Gets or sets the text displayed as a tooltip for the previous month navigation control. </summary> <remarks> Use the <em>NavigationPrevToolTip</em> property to provide custom text for the tooltip of the previous month navigation element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> previous month navigation cell. The default value is <b>"&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationNextToolTip"> <summary> Gets or sets the text displayed as a tooltip for the next month navigation control. </summary> <value> The tooltip text displayed for the <strong>CalendarView</strong> next month navigation cell. The default value is <b>"&gt;"</b>. </value> <remarks> Use the <em>NavigationNextToolTip</em> property to provide custom text for the tooltip of the next month navigation element in the title section of <strong>RadCalendar</strong>. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationPrevToolTip"> <summary> Gets or sets the text displayed as a tooltip for the fast navigation previous month control. </summary> <remarks> Use the <em>FastNavigationPrevToolTip</em> property to provide custom text for the tooltip of the fast navigation previous month element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> fast navigation previous month cell. The default value is <b>"&lt;&lt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationNextToolTip"> <summary> Gets or sets the text displayed as a tooltip for the fast navigation next month control. </summary> <remarks> Use the <em>FastNavigationNextToolTip</em> property to provide custom text for the tooltip of the fast navigation next month element in the title section of <strong>RadCalendar</strong>. </remarks> <value> The tooltip text displayed for the <strong>CalendarView</strong> fast navigation next month cell. The default value is <b>"&gt;&gt;"</b>. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationCellSpacing"> <summary> Gets or sets the cell spacing that is applied to the title table. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.NavigationCellPadding"> <summary> Gets or sets the cell padding that is applied to the title table. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleAlign"> <summary> <para>Gets or sets the horizontal alignment of the calendar title.</para> <para>The HorizontalAlign enumeration is defined in <strong>System.Web.UI.WebControls</strong></para> </summary> <remarks> <list type="table"> <listheader> <term> <para align="left">Member name</para> </term> <description> <para align="left">Description</para> </description> </listheader> <item> <term> <para align="left"><b>Center</b></para> </term> <description>The contents of a container are centered.</description> </item> <item> <term><b>Justify</b></term> <description>The contents of a container are uniformly spread out and aligned with both the left and right margins.</description> </item> <item> <term><b>Left</b></term> <description>The contents of a container are left justified.</description> </item> <item> <term><b>NotSet</b></term> <description>The horizontal alignment is not set.</description> </item> <item> <term><b>Right</b></term> <description>The contents of a container are right justified.</description> </item> </list> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleFormat"> <summary>Gets or sets the format string that is applied to the calendar title.</summary> <remarks> <para>The <i>property</i> should contain either a format specifier character or a custom format pattern. For more information, see the summary page for <strong>System.Globalization.DateTimeFormatInfo</strong>.</para> <para>By default this <em>property</em> uses formatting string of '<font size="2"><strong>MMMM yyyy</strong>'. Valid formats are all supported by the .NET Framework.</font></para> <para><font size="2">Example:</font></para> <ul class="noindent"> <li>"d" is the standard short date pattern.</li> <li>"%d" returns the day of the month; "%d" is a custom pattern.</li> <li>"d " returns the day of the month followed by a white-space character; "d " is a custom pattern.</li> </ul> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DayCellToolTipFormat"> <summary>Gets or sets the format string that is applied to the days cells tooltip.</summary> <remarks> <para>The <i>property</i> should contain either a format specifier character or a custom format pattern. For more information, see the summary page for <strong>System.Globalization.DateTimeFormatInfo</strong>.</para> <para>By default this <em>property</em> uses formatting string of '<font size="2"><strong>dddd, MMMM dd, yyyy</strong>'. Valid formats are all supported by the .NET Framework.</font></para> <para><font size="2">Example:</font></para> <ul class="noindent"> <li>"d" is the standard short date pattern.</li> <li>"%d" returns the day of the month; "%d" is a custom pattern.</li> <li>"d " returns the day of the month followed by a white-space character; "d " is a custom pattern.</li> </ul> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.DateRangeSeparator"> <summary> Gets or sets the separator string that will be put between start and end months in a multi view title. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.CssFile"> <summary> Gets or sets the name of the file containing the CSS definition used by RadCalendar. Use "~/" (tilde) as a substitution of the web-application root directory. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DefaultCellPadding"> <summary> Gets or sets the cell padding of the table where are rendered the calendar days. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.DefaultCellSpacing"> <summary> Gets or sets the cell spacing of the table where are rendered the calendar days. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.SpecialDays"> <summary> A collection of special days in the calendar to which may be applied specific formatting. </summary> <seealso cref="!:http://www.telerik.com/demos/aspnet/Calendar/Examples/Functionality/SpecialDays/DefaultCS.aspx">SpecialDays online example</seealso> </member> <member name="P:Telerik.WebControls.RadCalendar.DayStyle"> <summary> Gets the style properties for the days in the displayed month. </summary> <value> A TableItemStyle that contains the style properties for the days in the displayed month. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.WeekendDayStyle"> <summary> Gets the style properties for the weekend dates on the Calendar control. </summary> <value> A TableItemStyle that contains the style properties for the weekend dates on the Calendar. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarTableStyle"> <summary> Gets the style properties for the Calendar table container. </summary> <value> A TableItemStyle that contains the style properties for the Calendar table container. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.OtherMonthDayStyle"> <summary> Gets the style properties for the days on the Calendar control that are not in the displayed month. </summary> <value> A TableItemStyle that contains the style properties for the days on the Calendar control that are not in the displayed month. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.OutOfRangeDayStyle"> <summary> Gets the style properties for the days on the Calendar control that are out of the valid range for selection. </summary> <value> A TableItemStyle that contains the style properties for the days on the Calendar control that are out of the valid range for selection. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.DisabledDayStyle"> <summary> Gets the style properties for the disabled dates. </summary> <value> A TableItemStyle that contains the style properties for the disabled dates. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.SelectedDayStyle"> <summary> Gets the style properties for the selected dates. </summary> <value> A TableItemStyle that contains the style properties for the selected dates. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.DayOverStyle"> <summary> Gets the style properties applied when hovering over the Calendar days. </summary> <value> A TableItemStyle that contains the style properties applied when hovering over the Calendar days. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.TitleStyle"> <summary> Gets the style properties of the title heading for the Calendar control. </summary> <value> A TableItemStyle that contains the style properties of the title heading for the Calendar. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.HeaderStyle"> <summary> Gets the style properties for the row and column headers. </summary> <value> A TableItemStyle that contains the style properties for the row and column headers. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.FastNavigationStyle"> <summary>Gets the style properties for the Month/Year fast navigation.</summary> <value> A TableItemStyle that contains the style properties for the the Month/Year fast navigation. </value> </member> <member name="P:Telerik.WebControls.RadCalendar.CalendarView"> <summary> <para>Exposes the top instance of <strong>CalendarView</strong> or its derived types.</para> <para>Every <strong>CalendarView</strong> class handles the real calculation and rendering of <strong>RadCalendar</strong>'s calendric information. The <strong>CalendarView</strong> has the <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView~ChildViews.html"> ChildViews</a> collection which contains all the sub views in case of multi view setup.</para> </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowColumnHeaders"> <summary>Gets or sets whether the column headers will appear on the calendar.</summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowRowHeaders"> <summary>Gets or sets whether the row headers will appear on the calendar.</summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableViewSelector"> <summary> Gets or sets whether a selector for the entire <strong>CalendarView</strong> ( <strong>MonthView</strong> ) will appear on the calendar. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ShowOtherMonthsDays"> <summary> Gets or sets whether the month matrix, when rendered will show days from other (previous or next) months or will render only blank cells. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.UseColumnHeadersAsSelectors"> <summary> When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ShowColumnHeaders.html">ShowColumnHeaders</a> and/or <a href="RadCalendar~Telerik.WebControls.RadCalendar~ShowRowHeaders.html">ShowRowHeaders</a> properties are set to true, the <strong>UseColumnHeadersAsSelectors</strong> property specifies whether to use the days of the week, which overrides the used text/image header if any. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.UseRowHeadersAsSelectors"> <summary> When the <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableColumnSelectors.html">ShowColumnHeaders</a> and/or <a href="RadCalendar~Telerik.WebControls.RadCalendar~EnableRowSelectors.html">ShowRowHeaders</a> properties are set to true, the <strong>UseRowHeadersAsSelectors</strong> property specifies whether to use the number of the week, which overrides the used text/image selector if any. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RowHeaderText"> <remarks> <para>Use the <strong>RowHeaderText</strong> property to provide custom text for the <strong>CalendarView</strong> complete row header element.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>RowHeaderText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>ShowRowsHeaders</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> header element. The default value is <b>""</b>. </value> <summary> Gets or sets the text displayed for the row header element. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.RowHeaderImage"> <value> The image displayed for the <strong>CalendarView</strong> row header element. The default value is <b>""</b>. </value> <summary> Gets or sets the image displayed for the row header element. </summary> <remarks> <para>This property applies only if the <strong>ShowRowHeaders</strong> property is set to <strong>true</strong>. If <strong>RowHeaderText</strong> is set too, its value is set as an alternative text to the image of the row header.</para> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:<br/> <strong>ShowRowHeaders</strong> = "true"<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>RowHeaderImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ColumnHeaderText"> <remarks> <para>Use the <strong>ColumnHeaderText</strong> property to provide custom text for the <strong>CalendarView</strong> complete column header element.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>ColumnHeaderText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>ShowColumnHeaders</strong> property is set to <strong>true</strong>.</para> </remarks> <value> The text displayed for the <strong>CalendarView</strong> column header element. The default value is <b>""</b>. </value> <summary> Gets or sets the text displayed for the column header element. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.ColumnHeaderImage"> <value> The image displayed for the <strong>CalendarView</strong> column header element in the header cells. The default value is <b>""</b>. </value> <summary> Gets or sets the image displayed for the column header element. </summary> <remarks> <para>This property applies only if the <strong>ShowColumnHeaders</strong> property is set to <strong>true</strong>. If <strong>ColumnHeaderText</strong> is set too, its value is set as an alternative text to the image of the column header.</para> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:</para> <para><strong>ShowColumnHeaders</strong>="true"<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>ColumnHeaderImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ViewSelectorText"> <summary> <para>Gets or sets the text displayed for the complete <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> selection element in the view selector cell.</para> </summary> <value> The text displayed for the <strong>CalendarView</strong> selection element in the selector cell. The default value is <b>""</b>. </value> <remarks> <para>Use the <strong>ViewSelectorText</strong> property to provide custom text for the <strong>CalendarView</strong> complete selection element in the selector cell.</para> <div> <list type="table"> <item> <term><img src="images/hs-tip.gif"/></term> <description> <para>This property does not automatically encode to HTML. You need to convert special characters to the appropriate HTML value, unless you want the characters to be treated as HTML. For example, to explicitly display the greater than symbol (>), you must use the value <strong>&gt;</strong>.</para> </description> </item> </list> </div> <para>Because this property does not automatically encode to HTML, it is possible to specify an HTML tag for the <strong>ViewSelectorText</strong> property. For example, if you want to display an image for the next month navigation control, you can set this property to an expression that contains an <strong><img></strong> element.</para> <para>This property applies only if the <strong>EnableViewSelector</strong> property is set to <strong>true</strong>.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.ViewSelectorImage"> <summary> <para>Gets or sets the image displayed for the complete <a href="RadCalendar~Telerik.WebControls.Base.Calendar.CalendarView.html">CalendarView</a> selection element in the view selector cell.</para> </summary> <value> The image displayed for the <strong>CalendarView</strong> selection element in the selector cell. The default value is <b>""</b>. </value> <remarks> <para>When using this property, the whole image URL is generated using also the <a href="RadCalendar~Telerik.WebControls.RadCalendar~ImagesBaseDir.html">ImagesBaseDir</a> value.</para> <para>Example:<br/> <strong>ImagesBaseDir</strong> = "Img/"<br/> <strong>ViewSelectorImage</strong> = "selector.gif"<br/> <strong>complete image URL</strong> : "Img/selector.gif"</para> </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableMultiSelect"> <summary> Allows the selection of multiple dates. If not set, only a single date is selected, and if any dates are all ready selected, they are cleared. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.EnableNavigationAnimation"> <summary> Enables the animation shown when the calendar navigates to a different view. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.IsSkinned"> <summary> Enables or disables whether the component uses skins mechanism or the visual properties could be set freely. </summary> </member> <member name="P:Telerik.WebControls.RadCalendar.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath Property</a>. </summary> <remarks> For additional information please refer to the <a href="GeneralSettings.html">Visual Settings</a> topic in this manual. </remarks> </member> <member name="P:Telerik.WebControls.RadCalendar.SkinsPath"> <summary> Gets or sets the relative path to the Skin folder. </summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="E:Telerik.WebControls.RadCalendar.DayRender"> <summary> <em>DayRender</em> event is fired after the generation of every calendar cell object and just before it gets rendered to the client. It is the last place where changes to the already constructed calendar cells can be made. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.HeaderCellRender"> <summary> <em>HeadeCellRender</em> event is fired after the generation of every calendar header cell object and just before it gets rendered to the client. It is the preferred place where changes to the constructed calendar header cells can be made. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.SelectionChanged"> <summary> <em>SelectionChanged</em> event is fired when a new date is added or removed from the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SelectedDates.html">SelectedDates</a> collection. </summary> </member> <member name="E:Telerik.WebControls.RadCalendar.DefaultViewChanged"> <summary> <em>DefaultViewChanged</em> event is fired a a navigation to a different date range occurred. Generally this is done by using the normal navigation buttons or the fast date navigation popup that allows "jumping" to a specified date. </summary> </member> <member name="T:Telerik.WebControls.MonthYearFastNavigationSettings"> <summary> The MonthYearFastNavigationSettings class can be used to configure RadCalendar's client-side fast navigation. </summary> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.TodayButtonCaption"> <summary>Gets or sets the value of the "Today" button caption;</summary> <value> This property can be used to localize the button caption. The default is "Today". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.OkButtonCaption"> <summary>Gets or sets the value of the "OK" button caption;</summary> <value> This property can be used to localize the button caption. The default is "OK". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.CancelButtonCaption"> <summary>Gets or sets the value of the "Cancel" button caption;</summary> <value> This property can be used to localize the button caption. The default is "Cancel". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.DateIsOutOfRangeMessage"> <summary>Gets or sets the value of the "Date is out of range" error message.</summary> <value> This property can be used to localize the message the user sees when she tries to navigate to a date outside the allowed range. The default is "Date is out of range.". </value> </member> <member name="P:Telerik.WebControls.MonthYearFastNavigationSettings.EnableTodayButtonSelection"> <summary>Gets or sets the value indicating whether the Today button should perform date selection or simple navigation.</summary> <value> The default value is false (i.e. Today button works as a navigation enhancement only). </value> </member> <member name="T:Telerik.WebControls.CalendarPopupButton"> <summary> The control that toggles the calendar popup. You can customize the appearance by setting the object's properties. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.Title"> <summary> Gets or sets the popup button title text. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.ImageUrl"> <summary> Gets or sets the popup button image URL. </summary> </member> <member name="P:Telerik.WebControls.CalendarPopupButton.HoverImageUrl"> <summary> Gets or sets the popup button hover image URL. </summary> </member> <member name="T:Telerik.WebControls.RadDatePicker"> <summary> Summary description for RadDatePicker. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.ConfigureCalendar"> <summary> Override this method to provide any last minute configuration changes. Make sure you call the base implementation. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.ConfigureDateInput"> <summary> Override this method to provide any last minute configuration changes. Make sure you call the base implementation. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.Clear"> <summary> Clears the selected date of the RadDatePicker control and displays a blank date. </summary> </member> <member name="M:Telerik.WebControls.RadDatePicker.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"> IPostBackDataHandler implementation </member> <member name="E:Telerik.WebControls.RadDatePicker.ChildrenCreated"> <summary> Occurs after all child controls of the DatePicker control have been created. You can customize the control there, and add additional child controls. </summary> </member> <member name="E:Telerik.WebControls.RadDatePicker.SelectedDateChanged"> <summary> Occurs when the selected date of the DatePicker changes between posts to the server. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Calendar"> <summary> Gets the RadCalendar instance of the datepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DateInput"> <summary> Gets the RadDateInput instance of the datepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DatePopupButton"> <summary> Gets the DatePopupButton instance of the datepicker control. You can use the object to customize the popup button's appearance and behavior. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.PopupButton"> <summary> Gets the PopupButton instance of the datepicker control. You can use the object to customize the popup button's appearance and behavior. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make RadDatePicker postback to the server on date selection through the Calendar or the DateInput components. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.SelectedDate"> <summary>Gets or sets the date content of RadDatePicker.</summary> <value> A <see cref="T:System.DateTime">DateTime</see> object that represents the selected date. The default value is <see cref="P:Telerik.WebControls.RadDatePicker.MinDate">MinDate</see>. </value> <example> The following example demonstrates how to use the <strong>SelectedDate</strong> property to set the content of RadDatePicker. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.SelectedDate = DateTime.Now; } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.SelectedDate = DateTime.Now End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDatePicker.ValidationDate"> <summary> This property is used by the RadDateInput's internals only. It is subject to change in the future versions. Please do not use. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.DbSelectedDate"> <summary>Gets or sets the date content of RadDatePicker in a database friendly way.</summary> <value> A <see cref="T:System.DateTime">DateTime</see> object that represents the selected date. The default value is null (Nothing in VB). </value> <example> The following example demonstrates how to use the <strong>DbSelectedDate</strong> property to set the content of RadDatePicker. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.DbSelectedDate = tableRow["BirthDate"]; } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.DbSelectedDate = tableRow("BirthDate") End Sub </code> </example> <remarks> This property behaves exactly like the SelectedDate property. The only difference is that it will not throw an exception if the new value is null or DBNull. Setting a null value will internally revert the SelectedDate to the null value, i.e. the input value will be empty. </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.IsEmpty"> <summary> Used to determine if RadDatePicker is empty. </summary> <value> <strong>true</strong> if the date is empty; otherwise <strong>false</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.EnableTyping"> <summary> Enables or disables typing in the date input box. </summary> <value> <strong>true</strong> if the user should be able to select a date by typing in the date input box; otherwise <strong>false</strong>. The default value is <strong>true</strong>. </value> </member> <member name="P:Telerik.WebControls.RadDatePicker.MinDate"> <summary> Gets or sets the minimal range date for selection. Selecting a date earlier or equal to that will not be allowed. </summary> <remarks> This property has a default value of <strong>1/1/1980</strong> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.MaxDate"> <summary> Gets or sets the latest valid date for selection. Selecting a date later than that will not be allowed. </summary> <remarks> This property has a default value of <strong>12/31/2099</strong> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.Culture"> <summary>Gets or sets the culture used by RadDatePicker to format the date.</summary> <value> A <see cref="T:System.Globalization.CultureInfo">CultureInfo</see> object that represents the current culture used. The default value is System.Threading.Thread.CurrentThread.CurrentUICulture. </value> <example> The following example demonstrates how to use the <strong>Culture</strong> property. <code lang="CS"> private void Page_Load(object sender, System.EventArgs e) { RadDatePicker1.Culture = new CultureInfo("en-US"); } </code> <code lang="VB"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDatePicker1.Culture = New CultureInfo("en-US") End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDatePicker.SharedCalendarID"> <summary> Gets or sets the ID of the calendar that will be used for picking dates. This property allows you to configure several datepickers to use a single RadCalendar instance. </summary> <remarks> RadDatePicker will look for the RadCalendar instance in a way similar to how ASP.NET validators work. It will not go beyond the current naming container which means that you will not be able to configure a calendar that is inside a control in another naming container. You can still share a calendar, but you will have to pass a direct object reference via the <see cref="P:Telerik.WebControls.RadDatePicker.SharedCalendar">SharedCalendar</see> property. </remarks> <value>The string ID of the RadCalendar control if set; otherwise String.Empty.</value> </member> <member name="P:Telerik.WebControls.RadDatePicker.SharedCalendar"> <summary> 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 RadCalendar instance. </summary> <value>The RadCalendar instance if set; otherwise <strong>null</strong>;</value> <remarks> <para>This 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.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadDatePicker.FocusedDate"> <summary> Gets or sets the date that the <a href="RadCalendar~Telerik.WebControls.RadCalendar.html">Calendar</a> uses for focusing itself whenever the <a href="RadInput~Telerik.WebControls.RadDateInput.html">RadDateInput</a> component of the <a href="RadCalendar~Telerik.WebControls.RadDatePicker.html">RadDatePicker</a> is empty. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Width"> <summary> Gets or sets the width of the datepicker in pixels. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.ClientEvents"> <summary> Gets or sets an instance of <a href="RadCalendar~Telerik.WebControls.Code.DatePickerClientEvents.html">DatePickerClientEvents</a> class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised. </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.Skin"> <summary> Gets or sets the name of the skin used. All skins reside in the location set by the <a href="RadCalendar~Telerik.WebControls.RadCalendar~SkinsPath.html">SkinsPath </summary> </member> <member name="P:Telerik.WebControls.RadDatePicker.SkinsPath"> <summary>Gets or sets the relative path to the <strong>Skin</strong> folder.</summary> <remarks>The ~ at the begining of the SkinPath denotes the application root path.</remarks> </member> <member name="T:Telerik.WebControls.RadDateTimePicker"> <summary> Summary description for RadDateTimePicker. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.ValidationDate"> <summary> This property is used by the RadDateTimeInput's internals only. It is subject to change in the future versions. Please do not use. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.TimeView"> <summary> Gets the RadTimeView instance of the datetimepicker control. </summary> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.TimePopupButton"> <summary> Gets the TimePopupButton instance of the <strong>RadDateTimeView</strong> control. </summary> <remarks> You can use the object to customize the popup button's appearance and behavior. </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.AutoPostBack"> <summary> <para>Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.</para> </summary> <value>The default value is <strong>false</strong>.</value> <remarks> Setting this property to true will make RadDateTimePicker postback to the server on date selection through the Calendar and Time popups or the DateInput components. </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.Culture"> <summary> Gets or sets the culture used by RadDateTimePicker to format the date and time value. </summary> <value> A <see cref="T:System.Globalization.CultureInfo">CultureInfo</see> object that represents the current culture used. The default value is System.Threading.Thread.CurrentThread.CurrentUICulture. </value> <example> The following example demonstrates how to use the <strong>Culture</strong> property. <code lang="CS" title="Example 1 (CS)"> private void Page_Load(object sender, System.EventArgs e) { RadDateTimePicker1.Culture = new CultureInfo("en-US"); } </code> <code title="Example 2 (VB)"> Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load RadDateTimePicker1.Culture = New CultureInfo("en-US") End Sub </code> </example> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.AutoPostBackControl"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection. </summary> <value>The default value is None</value> <remarks> <para>Set this to Both, TimeView or Calendar if the server needs to capture the selection changed event.</para> <para>This property is effective only for RadDateTimePicker; for RadTimePicker use the AutoPostBack property.</para> </remarks> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.SharedTimeViewID"> <summary> Gets or sets the ID of the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single RadTimeView instance. </summary> <remarks> RadDateTimePicker will look for the RadTimeView instance in a way similar to how ASP.NET validators work. It will not go beyond the current naming container which means that you will not be able to configure a timeview that is inside a control in another naming container. You can still share a timeview, but you will have to pass a direct object reference via the <see cref="P:Telerik.WebControls.RadDateTimePicker.SharedTimeView">SharedTimeView</see> property. </remarks> <value>The string ID of the RadTimeView if set; otherwise String.Empty.</value> </member> <member name="P:Telerik.WebControls.RadDateTimePicker.SharedTimeView"> <summary> Gets or sets the reference to the timeview that will be used for picking time. This property allows you to configure several datetimepickers to use a single RadTimeView instance. </summary> <value>The RadTimeView instance if set; otherwise <strong>null</strong>;</value> <remarks> <para>This 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 timeview instance is in another naming container or is created dynamically at runtime.</para> </remarks> </member> <member name="E:Telerik.WebControls.RadDateTimePicker.ItemDataBound"> <summary> Occurs when an item is data bound to the <strong>RadTimeView</strong> control. </summary> <remarks> <para>The <strong>ItemDataBound</strong> event is raised after an item is data bound to the <strong>RadTimeView</strong> control. This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is no longer available.</para> </remarks> <example> <para><font face="Courier New">[ASPX]</font></para> <para><font face="Courier New"><%@ Page Language=<font class="string" color="black">"C#"</font> AutoEventWireup=<font class="string" color="black">"true"</font> CodeFile=<font class="string" color="black">"Default.aspx.cs"</font> Inherits=<font class="string" color="black">"_Default"</font> %><br/> <br/> <%@ Register Assembly=<font class="string" color="black">"RadCalendar.Net2"</font> Namespace=<font class="string" color="black">"Telerik.WebControls"</font> TagPrefix=<font class="string" color="black">"rad"</font> %><br/> <br/> <!DOCTYPE html <font class="keyword" color="black">PUBLIC</font> <font class="string" color="black">"-//W3C//DTD XHTML 1.0 Transitional//EN"</font> <font class="string" color="black">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</font>><br/> <br/> <html xmlns=<font class="string" color="black">"http://www.w3.org/1999/xhtml"</font> ><br/> <head runat=<font class="string" color="black">"server"</font>><br/> <title>Untitled Page</title><br/> </head><br/> <body><br/> <form id=<font class="string" color="black">"form1"</font> runat=<font class="string" color="black">"server"</font>><br/> <div><br/> <rad:RadTimePicker<br/> OnItemDataBound=</font><font color="black"><font face="Courier New"><font class="string"> "RadTimePicker1_ItemDataBound"</font><br/> ID=<font class="string">"RadTimePicker1"</font><br/> runat=<font class="string">"server"</font>><br/> </rad:RadTimePicker><br/> </div><br/> </form><br/> </body><br/> </html></font></font></para> <code lang="CS"> using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void RadTimePicker1_ItemDataBound(object sender, Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs e) { if (e.Item.ItemType == ListItemType.AlternatingItem) { e.Item.Controls.Add(new LiteralControl("AlternatingItem")); } } } </code> <code lang="VB"> Imports System Imports System.Data Imports System.Configuration Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Public Class _Default Inherits System.Web.UI.Page Protected Sub RadTimePicker1_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs) If (e.Item.ItemType = ListItemType.AlternatingItem) Then e.Item.Controls.Add(New LiteralControl("AlternatingItem")) End If End Sub End Class </code> </example> </member> <member name="E:Telerik.WebControls.RadDateTimePicker.ItemCreated"> <summary> Occurs on the server when an item in the <strong>RadTimeView</strong> control is created. </summary> <remarks> <para>The <strong>ItemCreated</strong> event is raised when an item in the <strong>RadTimeView</strong> control is created, both during round-trips and at the time data is bound to the control.</para> <para>The <strong>ItemCreated</strong> event is commonly used to control the content and appearance of a row in the RadTimeView control.</para> </remarks> <example> <para><font face="Courier New">The following code example demonstrates how to specify and code a handler for the ItemCreated event to set the CSS styles on the RadTimeView.</font></para> <para><font face="Courier New"><strong>[ASPX]</strong></font></para> <para><font face="Courier New"><%@ Page Language=<font class="string" color="black">"C#"</font> AutoEventWireup=<font class="string" color="black">"true"</font> CodeFile=<font class="string" color="black">"Default.aspx.cs"</font> Inherits=<font class="string" color="black">"_Default"</font> %><br/> <br/> <%@ Register Assembly=<font class="string" color="black">"RadCalendar.Net2"</font> Namespace=<font class="string" color="black">"Telerik.WebControls"</font> TagPrefix=<font class="string" color="black">"rad"</font> %><br/> <br/> <!DOCTYPE html <font class="keyword" color="black">PUBLIC</font> <font class="string" color="black">"-//W3C//DTD XHTML 1.0 Transitional//EN"</font> <font class="string" color="black">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</font>><br/> <br/> <html xmlns=<font class="string" color="black">"http://www.w3.org/1999/xhtml"</font> ><br/> <head runat=<font class="string" color="black">"server"</font>><br/> <title>Untitled Page</title><br/> <style type=<font class="string" color="black">"text/css"</font>><br/> .TimeCss<br/> {<br/> background-color: Red;<br/> }<br/> .AlternatingTimeCss<br/> {<br/> background-color: Yellow;<br/> }<br/> </style><br/> </head><br/> <body><br/> <form id=<font class="string" color="black">"form1"</font> runat=<font class="string" color="black">"server"</font>><br/> <div><br/> <rad:RadTimePicker<br/> OnItemCreated=</font><font color="black"><font face="Courier New"><font class="string"> "RadTimePicker1_ItemCreated"</font><br/> ID=<font class="string">"RadTimePicker1"</font><br/> runat=<font class="string">"server"</font>><br/> </rad:RadTimePicker><br/> </div><br/> </form><br/> </body><br/> </html></font></font></para> <code lang="CS"> protected void RadTimePicker1_ItemCreated(object sender, Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs e) { if (e.Item.ItemType == ListItemType.Item) { e.Item.CssClass = "TimeCss"; } if (e.Item.ItemType == ListItemType.AlternatingItem) { e.Item.CssClass = "AlternatingTimeCss"; } } </code> <code lang="VB"> Protected Sub RadTimePicker1_ItemCreated(sender As Object, e As Telerik.WebControls.Base.Calendar.Events.TimePickerEventArgs) If e.Item.ItemType = ListItemType.Item Then e.Item.CssClass = "TimeCss" End If If e.Item.ItemType = ListItemType.AlternatingItem Then e.Item.CssClass = "AlternatingTimeCss" End If End Sub 'RadTimePicker1_ItemCreated </code> </example> </member> <member name="T:Telerik.WebControls.RadTimePicker"> <summary> Summary description for RadDatePicker. </summary> </member> <member name="P:Telerik.WebControls.RadTimePicker.AutoPostBack"> <summary> Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control. </summary> <remarks> Setting this property to true will make RadTimePicker postback to the server on time selection through the TimeView or the DateInput components. </remarks> <value> The default value is <strong>false</strong>. </value> </member> <member name="T:Telerik.WebControls.TimePopupButton"> <summary> The control that toggles the TimeView popup. You can customize the appearance by setting the object's properties. </summary> </member> <member name="P:Telerik.WebControls.TimePopupButton.Title"> <summary> Gets or sets the popup button title text. </summary> </member> </members> </doc>