RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Describes how RadCalendar will handle its layout, and how will react to user interaction. Interactive - user is allowed to select dates, navigate, etc. Preview - does not allow user interaction, for presentation purposes only.

Namespace: Telerik.Web.UI.Calendar
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.2.611.0 (2013.02.0611.0)

Syntax

C#
public enum PresentationType
Visual Basic
Public Enumeration PresentationType

Members

Member nameValueDescription
Interactive1 Interactive - user is allowed to select dates, navigate, etc.
Preview2 Preview - does not allow user interaction, for presentation purposes only.

See Also