ASP.NET CalendarDay Control
Tutorial -- Learning is not just about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
ASP.NET Tutorial
ASP.NET TutorialASP.NET Introduction
WP Tutorial
WebPages IntroductionWebPages RazorWebPages LayoutWebPages FoldersWebPages GlobalWebPages FormsWebPages ObjectsWebPages FilesWebPages HelpersWebPages WebGridWebPages ChartWebPages EmailWebPages PHPWebPages PublishingWebPages Examples
WP Reference Manual
WebPages ClassesWebPages SecurityWebPages DatabaseWebPages Post OfficeWebPages Helpers
ASP.NET Razor
Razor IntroductionRazor SyntaxRazor C# VariablesRazor C# LoopsRazor C# LogicRazor VB VariablesRazor VB LoopsRazor VB Logic
ASP.NET MVC
MVC IntroductionMVC ApplicationMVC FoldersMVC LayoutMVC ControllersMVC ViewsMVC DatabaseMVC ModelsMVC SecurityMVC HTML HelpersMVC PublishingMVC Reference Manual
WF Tutorial
WebForms IntroductionWebForms PagesWebForms ControlsWebForms EventsWebForms FormsWebForms ViewStateWebForms TextBoxWebForms ButtonWebForms Data BindingWebForms ArrayListWebForms HashtableWebForms SortedListWebForms XML FilesWebForms RepeaterWebForms DataListWebForms Database ConnectionWebForms Master PagesWebForms NavigationWebForms Examples
WF Reference Manual
WebForms HTMLWebForms ControlsWebForms Validation
ASP.NET Validation Server Controls
In-Depth Exploration
Programming Languages
Web Services
Scripts
Development Tools
Web Service
Scripting Languages
Web Design and Development
Programming
Software
Computer Science
ASP.NET CalendarDay Control
Definition and Usage
The CalendarDay control represents a day in the calendar control.
Properties
| Property | Description | .NET |
|---|---|---|
| Date | The date variable of the control. | 1.0 |
| DayNumberText | The day number of the date (string). | 1.0 |
| IsOtherMonth | Specifies whether the date is a date from another month than the month displayed 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 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, go to 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, go to Control Standard Properties.
YouTip