Click or drag to resize
PresentationType Enumeration
Describes how KaxCalendar 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: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum 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