Calendar for ASP.NET Web Forms
Smart Tag
Design-Time Support > Smart Tag

In Visual Studio 2005 and up the C1Calendar control includes a smart tag. A smart tag represents a short-cut tasks menu that provides the most commonly used properties in C1Calendar.

The C1Calendar control provides quick and easy access to common properties through its smart tag.

To access the C1Calendar Tasks menu, click on the smart tag () in the upper-right corner of the C1Calendar control. This will open the C1Calendar Tasks menu.

The C1Calendar Tasks menu operates as follows:

Show Other Month Days

When the Show Other Month Days checkbox is selected it shows the other month days that are not part of the calendar's current month. This is selected by default.

Show Weekdays

When the Show Weekdays checkbox is selected it shows the weekdays of the current month on the calendar. This is selected by default.

Show Week Numbers

When the Show Week Numbers checkbox is selected it shows the week numbers of the current month on the calendar. This is not selected by default.

Weekday Format

Clicking the Weekday format dropdown box opens up a list of different formats (FirstLetter, FirstTwoLetters, Abbreviated) that you can choose from to set the format for the calendar's weekdays.

Allow Preview

When the Allow Preview checkbox is selected you can preview previous and next calendar months at run time.

Theme

The Theme drop-down box allows you to set the Theme property and change the C1Calendar control's appearance to one of the predefined themes. By default this is set to the Arristo theme. For more information about available visual styles, see Themes.

Create new theme…

The Create new theme… option opens ThemeRoller for Visual Studio. This allows you to customize a theme without leaving your development environment. To find more information on using ThemeRoller in your application, see ThemeRoller for Visual Studio.

Use CDN

When the Use CDN checkbox is selected it loads the client resources from CDN. This is not selected by default.

CDN path

Displays the URL path of the CDN.

Use Bootstrap

Selecting the Use Bootstrap option applies Bootstrap theming to your control. To find more information on using Bootstrap theming in your application, see Bootstrap theming.

About

Clicking on the About item displays a dialog box, which is helpful in finding the version number of ASP.NET Web Forms Edition and online resources.

See Also