Click or drag to resize
KaxCalendarDay Class
KaxCalendarDay represents a object that maps date value to corresponding visual settings. Also the object implements Boolean properties that represent the nature of the selected date - whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values of those properties are set at runtime when a KaxCalendarDay instance is constructed and passed to the DayRender event.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.Calendar.PersistencePropertiesObject
    Kettic.AspNet.Controls.Calendar.ViewRichUITemplateControl
      Kettic.AspNet.ControlsKaxCalendarDay

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxCalendarDay : RichUITemplateControl

The KaxCalendarDay type exposes the following members.

Constructors
Methods
Properties
  NameDescription
Public propertyDate
Gets or sets the date represented by this KaxCalendarDay.
Public propertyIsDisabled
Gets or sets a value indicating whether the KaxCalendarDay is disabled
Public propertyIsSelectable
Gets or sets a value indicating whether the KaxCalendarDay is qualified as available for selection.
Public propertyIsSelected
Gets or sets a value indicating whether the KaxCalendarDay is selected
Public propertyIsToday
Gets or sets a value indicating whether the KaxCalendarDay represents the current date.
Public propertyIsWeekend
Gets or sets a value indicating whether the KaxCalendarDay is mapped to a date that represents a non working day/weekend.
Public propertyItemStyle
Gets the style properties for the KaxCalendarDay instance.
Public propertyRepeatable
Gets or sets a value indicating whether the KaxCalendarDay settings are repeated/recurring through out the valid date range displayed by the calendar.
Public propertyToolTip
Gets or sets the text displayed when the mouse pointer hovers over the calendar day.
Top
See Also