ASP.NET CalendarDay Control
Definition and Usage
The CalendarDay control represents a day in the calendar control.
Property
Property | Description | .NET |
---|---|---|
Date | The date variable of the control. | 1.0 |
DayNumberText | The date number of the date (string). | 1.0 |
IsOtherMonth | Specify whether the date is a date in another month outside the month displayed in the calendar. | 1.0 |
IsSelectable | Specifies whether the specified date is selectable. | 1.0 |
IsSelected | Specifies whether the specified date is selected. | 1.0 |
IsToday | Specifies whether the specified date is today's date. | 1.0 |
IsWeekend | Specifies whether the specified date is a 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 full description, please 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 full description, please visitControl Standard Properties.