<CSBlog:WeblogCalendar />
Calendar containing links on days where a post was made on the current Weblog.
Properties/Attributes
| Property |
Type |
Description |
| AccessKey |
String |
|
| BackColor |
Color |
|
| BorderColor |
Color |
|
| BorderStyle |
BorderStyle Enumeration |
| Option |
Type |
Description |
| NotSet |
Enumeration Value |
|
| None |
Enumeration Value |
|
| Dotted |
Enumeration Value |
|
| Dashed |
Enumeration Value |
|
| Solid |
Enumeration Value |
|
| Double |
Enumeration Value |
|
| Groove |
Enumeration Value |
|
| Ridge |
Enumeration Value |
|
| Inset |
Enumeration Value |
|
| Outset |
Enumeration Value |
|
|
| BorderWidth |
Unit |
|
| Caption |
String |
|
| CaptionAlign |
TableCaptionAlign Enumeration |
| Option |
Type |
Description |
| NotSet |
Enumeration Value |
|
| Top |
Enumeration Value |
|
| Bottom |
Enumeration Value |
|
| Left |
Enumeration Value |
|
| Right |
Enumeration Value |
|
|
| CellPadding |
Integer |
|
| CellSpacing |
Integer |
|
| CssClass |
String |
|
| DataSource |
Object |
Gets or sets the data source of the control to render.
|
| DayNameFormat |
DayNameFormat Enumeration |
| Option |
Type |
Description |
| Full |
Enumeration Value |
|
| Short |
Enumeration Value |
|
| FirstLetter |
Enumeration Value |
|
| FirstTwoLetters |
Enumeration Value |
|
| Shortest |
Enumeration Value |
|
|
| Enabled |
Boolean |
|
| FirstDayOfWeek |
FirstDayOfWeek Enumeration |
| Option |
Type |
Description |
| Sunday |
Enumeration Value |
|
| Monday |
Enumeration Value |
|
| Tuesday |
Enumeration Value |
|
| Wednesday |
Enumeration Value |
|
| Thursday |
Enumeration Value |
|
| Friday |
Enumeration Value |
|
| Saturday |
Enumeration Value |
|
| Default |
Enumeration Value |
|
|
| ForeColor |
Color |
|
| Height |
Unit |
|
| ID |
String |
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
|
| NextMonthText |
String |
|
| NextPrevFormat |
NextPrevFormat Enumeration |
| Option |
Type |
Description |
| CustomText |
Enumeration Value |
|
| ShortMonth |
Enumeration Value |
|
| FullMonth |
Enumeration Value |
|
|
| PrevMonthText |
String |
|
| SelectedDate |
Date/Time |
|
| SelectionMode |
CalendarSelectionMode Enumeration |
| Option |
Type |
Description |
| None |
Enumeration Value |
|
| Day |
Enumeration Value |
|
| DayWeek |
Enumeration Value |
|
| DayWeekMonth |
Enumeration Value |
|
|
| SelectMonthText |
String |
|
| SelectWeekText |
String |
|
| ShowDayHeader |
Boolean |
|
| ShowGridLines |
Boolean |
|
| ShowNextPrevMonth |
Boolean |
|
| ShowTitle |
Boolean |
|
| TabIndex |
Int16 |
|
| TitleFormat |
TitleFormat Enumeration |
| Option |
Type |
Description |
| Month |
Enumeration Value |
|
| MonthYear |
Enumeration Value |
|
|
| TodaysDate |
Date/Time |
|
| ToolTip |
String |
|
| UseAccessibleHeader |
Boolean |
|
| Visible |
Boolean |
Gets or sets whether this control should be rendered. If set to false, the control will not render.
|
| VisibleDate |
Date/Time |
|
| Width |
Unit |
|
Example
The following is a simple/minimal example of the <CSBlog:WeblogCalendar /> control:
<CSBlog:WeblogCalendar runat="server" />
The following example shows all of the configurable options of the <CSBlog:WeblogCalendar /> control:
<CSBlog:WeblogCalendar
AccessKey="..."
BorderStyle="..."
BorderWidth="..."
Caption="..."
CaptionAlign="..."
CellPadding="..."
CellSpacing="..."
CssClass="..."
DayNameFormat="..."
Enabled="..."
FirstDayOfWeek="..."
Height="..."
ID="..."
NextMonthText="..."
NextPrevFormat="..."
PrevMonthText="..."
SelectedDate="..."
SelectionMode="..."
SelectMonthText="..."
SelectWeekText="..."
ShowDayHeader="..."
ShowGridLines="..."
ShowNextPrevMonth="..."
ShowTitle="..."
TitleFormat="..."
TodaysDate="..."
ToolTip="..."
UseAccessibleHeader="..."
Visible="..."
VisibleDate="..."
Width="..."
runat="server" />
See Also
Form control that provides support for contacting the owner of the current Weblog.
Form control that provides support for managing the accessing-users email subscriptions for the current Weblog.
Form control to create and execute a search query witin the current Weblog.
Override of the Image control which processes the Application Root escape (~/) in the ImageUrl and DescriptionUrl as the root of the current blog theme.
Override of the Script control that interprets the '~/' Src modifier as the root of the current blog theme.
Override of the Style control that resolves the '~/' Href modifier as the root of the current blog theme.
Calendar containing links on days where a post was made on the current Weblog.
Single value control that provides access to Weblog data and links.
List control providing access to Weblog objects.
Condition control that checks the accessing user's permissions on the current Weblog.
Condition control that provides support for comparing two properties of a Weblog object.
Condition control that provides support for comparing a property of a Weblog object to a static value.