1 instantiation of Calendar
System.Web.Mobile (1)
UI\MobileControls\Calendar.cs (1)
72
return new WebCntrls.
Calendar
();
31 references to Calendar
System.Web (28)
UI\WebControls\Calendar.cs (19)
92
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
Calendar
'/> class.</para>
275
/// navigation hyperlink if the <see cref='System.Web.UI.WebControls.
Calendar
.ShowNextPrevMonth'/> property is set to
369
/// navigation hyperlink if the <see cref='System.Web.UI.WebControls.
Calendar
.ShowNextPrevMonth'/> property is set to
423
/// <para>Gets a collection of <see cref='System.DateTime' qualify='true'/> objects representing days selected on the <see cref='System.Web.UI.WebControls.
Calendar
'/>. This
469
/// <see cref='System.Web.UI.WebControls.
Calendar
'/>
493
/// the selector column if <see cref='System.Web.UI.WebControls.
Calendar
.SelectionMode'/> is
536
/// the selector column if <see cref='System.Web.UI.WebControls.
Calendar
.SelectionMode'/> is
598
/// <para>Gets or sets a value indicating whether the <see cref='System.Web.UI.WebControls.
Calendar
'/>
662
/// <para>Gets the style properties of the <see cref='System.Web.UI.WebControls.
Calendar
'/> title. This property is
686
/// <see cref='System.Web.UI.WebControls.
Calendar
'/>. This
789
/// <para>Occurs when each day is created in teh control hierarchy for the <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
809
/// selector and changes the <see cref='System.Web.UI.WebControls.
Calendar
.SelectedDate'/>.</para>
1030
/// <para>Loads a saved state of the <see cref='System.Web.UI.WebControls.
Calendar
'/>. </para>
1107
/// <para>Raises the <see langword='DayRender '/>event for a <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
1127
/// <para>Raises the <see langword='SelectionChanged '/>event for a <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
1138
/// <para>Raises the <see langword='VisibleMonthChanged '/>event for a <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
1150
/// <para>Raises events on post back for the <see cref='System.Web.UI.WebControls.
Calendar
'/> control.</para>
1221
/// <para>Displays the <see cref='System.Web.UI.WebControls.
Calendar
'/> control on the client.</para>
1469
bool hasRenderEvent = (this.GetType() != typeof(
Calendar
)
UI\WebControls\DayRenderEvent.cs (1)
10
/// <para>Provides data for the <see langword='DayRender'/> event of a <see cref='System.Web.UI.WebControls.
Calendar
'/>.
UI\WebControls\DayRenderEventHandler.cs (1)
16
/// <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
UI\WebControls\MonthChangedEventArgs.cs (2)
28
/// displayed by the <see cref='System.Web.UI.WebControls.
Calendar
'/> .</para>
39
/// by the <see cref='System.Web.UI.WebControls.
Calendar
'/>.</para>
UI\WebControls\MonthChangedEventHandler.cs (1)
13
/// <para>Represents the method that will handle the <see langword='VIsibleMonthChanged '/>event of a <see cref='System.Web.UI.WebControls.
Calendar
'/> .</para>
UI\WebControls\NextPrevFormat.cs (1)
12
/// and Next Month buttons within the <see cref='System.Web.UI.WebControls.
Calendar
'/> control.</para>
UI\WebControls\SelectedDatesCollection.cs (2)
13
/// <para>Encapsulates the collection of <see cref='System.Web.UI.WebControls.
Calendar
.SelectedDates'/> within a <see cref='System.Web.UI.WebControls.
Calendar
'/> control.</para>
UI\WebControls\TitleFormat.cs (1)
12
/// month for the <see cref='System.Web.UI.WebControls.
Calendar
'/>
System.Web.Mobile (3)
UI\MobileControls\Calendar.cs (3)
46
private WebCntrls.
Calendar
_webCalendar;
70
protected virtual WebCntrls.
Calendar
CreateWebCalendar()
94
public WebCntrls.
Calendar
WebCalendar