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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PresentationType PresentationType { get; set; }
Public Property PresentationType As PresentationType
Get
Set
public:
property PresentationType PresentationType {
PresentationType get ();
void set (PresentationType value);
}
member PresentationType : PresentationType with get, set
Property Value
Type:
PresentationType
RemarksMember | Description |
---|
Interactive | Interactive - user is allowed to select dates, navigate,
etc. |
Preview | Preview - does not allow user interaction, for presentation
purposes only. |
See Also