London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CalendarExtender

Inheritance
System.Object
CalendarExtender
Implements
Inherited Members
Namespace: Mediachase.BusinessFoundation.DateTimePicker
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts), 0)]
[RequiredScript(typeof(DateTimeScripts), 1)]
[RequiredScript(typeof(PopupExtender), 2)]
[RequiredScript(typeof(AnimationScripts), 3)]
[RequiredScript(typeof(ThreadingScripts), 4)]
[ClientScriptResource("AjaxControlToolkit.MCWeekCalendarBehavior", "Mediachase.BusinessFoundation.DateTimePicker.CalendarBehavior.js")]
public class CalendarExtender : ExtenderControlBase, IControlResolver

Constructors

CalendarExtender()

Declaration
public CalendarExtender()

Properties

Animated

Declaration
[ExtenderControlProperty]
[ClientPropertyName("animated")]
public virtual bool Animated { get; set; }
Property Value
Type Description
System.Boolean

CssClass

Declaration
[ExtenderControlProperty]
[ClientPropertyName("cssClass")]
public virtual string CssClass { get; set; }
Property Value
Type Description
System.String

EnabledOnClient

Declaration
[ExtenderControlProperty]
[ClientPropertyName("enabled")]
public virtual bool EnabledOnClient { get; set; }
Property Value
Type Description
System.Boolean

FirstDayOfWeek

Declaration
[ExtenderControlProperty]
[ClientPropertyName("firstDayOfWeek")]
public virtual FirstDayOfWeek FirstDayOfWeek { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.FirstDayOfWeek

Format

Declaration
[ExtenderControlProperty]
[ClientPropertyName("format")]
public virtual string Format { get; set; }
Property Value
Type Description
System.String

OnClientDateSelectionChanged

Declaration
[ExtenderControlEvent]
[ClientPropertyName("dateSelectionChanged")]
public virtual string OnClientDateSelectionChanged { get; set; }
Property Value
Type Description
System.String

OnClientHidden

Declaration
[ExtenderControlEvent]
[ClientPropertyName("hidden")]
public virtual string OnClientHidden { get; set; }
Property Value
Type Description
System.String

OnClientHiding

Declaration
[ExtenderControlEvent]
[ClientPropertyName("hiding")]
public virtual string OnClientHiding { get; set; }
Property Value
Type Description
System.String

OnClientShowing

Declaration
[ExtenderControlEvent]
[ClientPropertyName("showing")]
public virtual string OnClientShowing { get; set; }
Property Value
Type Description
System.String

OnClientShown

Declaration
[ExtenderControlEvent]
[ClientPropertyName("shown")]
public virtual string OnClientShown { get; set; }
Property Value
Type Description
System.String

PopupButtonID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("button")]
[ElementReference]
public virtual string PopupButtonID { get; set; }
Property Value
Type Description
System.String

SelectedMode

Declaration
[ExtenderControlProperty]
[ClientPropertyName("selectedMode")]
public virtual string SelectedMode { get; set; }
Property Value
Type Description
System.String

UpdateElementId

Declaration
[ExtenderControlProperty]
[ClientPropertyName("updateElement")]
public virtual string UpdateElementId { get; set; }
Property Value
Type Description
System.String

Implements