CalendarDay control
ASP.NET CalendarDay Control
Web Server Control
Definition and Usage
CalendarDay Control Representative The day in the calendar control.
Properties
Properties | Description | .NET |
---|---|---|
Date | The date variable of this control. | 1.0 |
DayNumberText | The date number (string) of the date. | 1.0 |
IsOtherMonth | Specifies whether the date is a date in a month other than the month shown in the calendar. | 1.0 |
IsSelectable | Specifies whether the date is selectable. | 1.0 |
IsSelected | Specifies whether the date is selected. | 1.0 |
IsToday | Specifies whether the date is today's date. | 1.0 |
IsWeekend | Specifies whether the date is Saturday or Sunday. | 1.0 |
Web control standard properties
AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled , Font, EnableTheming,
ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width
For a complete description, visit Web Control Standard Properties.
Control standard properties
AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer,
Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible
For a complete description, please visit Control Standard Properties.
Web Server Control