Click or drag to resize
RecurrenceEditor Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsRecurrenceEditor
          Kettic.AspNet.ControlsKaxSchedulerRecurrenceEditor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class RecurrenceEditor : KaxWebControl, 
	ILocalizableControl, IPostBackEventHandler

The RecurrenceEditor type exposes the following members.

Constructors
  NameDescription
Public methodRecurrenceEditor
Top
Methods
  NameDescription
Public methodRaisePostBackEvent
Top
Properties
  NameDescription
Public propertyCulture
Public propertyDateFormat
Gets or sets the date format string.
Public propertyEndDate
The end date of the first occurrence.
Public propertyFirstDayOfWeek
Gets or sets the first day of the week.
Public propertyLocalization
Public propertyRecurrenceRule
The currently selected recurrence rule.
Public propertyRecurrenceRuleText
The currently selected recurrence rule (as text).
Public propertySharedCalendar
Gets or sets the reference to the calendar that will be used for picking dates. This property allows you to use an existing KaxCalendar instance for the RecurrenceEditor date picker.
Public propertySharedCalendarID
Gets or sets the ID of the calendar that will be used for picking dates. This property allows you to use an existing KaxCalendar instance for the RecurrenceEditor date picker.
Public propertyStartDate
The start date of the first occurrence.
Public propertyZIndex
Gets or sets a value indicating the base z-index of the recurrence editor.
Top
See Also