<< Appearance settings - second  >> Show source code for this site
The Caption property contains string-text which is displayed at the top of the scheduler control. However, the ShowCaption flag determines if the caption is visible.
Caption:


A NowIndicator points at current time is. The indicator could be displayed in two possible places:
- in timeline at top of scheduler control
- vertically across the scheduler grid
Notice, many scheduler properties, especially appearance and behavior properties, are not serialized between particularly requests. Therefore, if you initialize these properties from the page code, keep in mind you need do it every request, regardless of the Page.IsPostback property.
However, if you use standard properties setting with helping design mode and properties window, don’t worry, the automatically generated by the ASP.NET interpreter code does it for you. So, you just choose proper property value in the property grid, that’s all.

If you would look into a source code for this demo, click on the link.
For demonstration purposes all appointments displayed on a calendar are stored in ASP.NET session objects, so original values are restored immediately after a new session object is created.
A list of appointments and resources is intialized every time a new session is started.