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.CalendarAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum PresentationType
Public Enumeration PresentationType
public enum class PresentationType
Members
| Member name | Value | Description |
---|
| Interactive | 1 |
Interactive - user is allowed to select dates, navigate, etc.
|
| Preview | 2 |
Preview - does not allow user interaction, for presentation purposes only.
|
See Also