Click or drag to resize
KaxCalendarPresentationType Property
Gets or sets the default type used by KaxCalendar to handle its layout, and how will react to user interaction.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public PresentationType PresentationType { get; set; }

Property Value

Type: PresentationType
Remarks
MemberDescription
InteractiveInteractive - user is allowed to select dates, navigate, etc.
PreviewPreview - does not allow user interaction, for presentation purposes only.
See Also