|
||
You can modify the appearance of the CMSCalendar control by setting the standard properties of the ASP.NET Calendar control (inherited through the BasicCalendar). You can find more details on particular properties in the .NET Framework documentation for the Calendar class.
A common way to set the appearance of this control is to assign a skin through the SkinID property. Skins can be defined in .skin files under individual themes in the App_Themes folder. More information can be found in the .NET Skins and Themes documentation.
The design of day cells can be determined by the transformations specified by its transformation name properties or by the code of the template properties inherited from the BasicCalendar control.