The C1Calendar type exposes the following members.

Properties

  Name Description
Public property AllowPreview
Gets or sets whether the preview area is displayed.
Public property AllowQuickPick
Gets or sets a value that determines whether can change the view to month/year/decade while clicking on the calendar title.
Public property AutoPostBackOnNavigate
Gets or sets a value that determines whether post back to server automatically when user navigates between monthes.
Public property AutoPostBackOnSelect
Gets or sets a value that determines whether post back to server automatically when user selects a date.
Public property CalendarTitle
Determines the string that displays on calendar title.
Public property ClientOnAfterClose
Gets or sets the method to be called after the calendar is closed.
Public property ClientOnAfterPopup
Gets or sets the method to be called after calendar is popup.
Public property ClientOnBeforeClose
Gets or sets the method to be called before the calendar is closed.
Public property ClientOnBeforePopup
Gets or sets the method to be called before calendar is popup.
Public property ClientOnSelChange
Gets or sets the method to be called when selection is made.
Public property ClientOnSelectedDatesChanged
Handler name of the client SelectedDatesChanged event.
Public property CustomDays
Gets the collection of custom days.
Public property DayColumns
Gets or sets the number of columns in month view.
Public property DayRows
Gets or sets the number of rows in month view.
Public property DisabledDates
Gets or sets the disable dates collection.
Public property DisplayDate
Gets or sets the date for the current display month.
Public property Duration
Animation duration in milliseconds.
Public property Easing
Specifies the transition for animation.
Protected property Element (Inherited from Control.)
Public property Enabled
Gets the enable state.
Protected property Events (Inherited from Component.)
Public property FirstDayOfWeek
Gets or sets the first day of week.
Public property FooterTemplate
The footer template of Calendar.
Public property HeaderTemplate
The header template of Calendar.
Public property ID (Inherited from Component.)
Public property InternalEnabled
Public property InternalHeight
Public property InternalWidth
Protected property IsInitialized (Inherited from Component.)
Protected property IsUpdating (Inherited from Component.)
Public property MaxDate
Gets or sets the maximal date for selection.
Public property MinDate
Gets or sets the minimal date for selection.
Public property MonthCols
Gets or sets the number of month view columns.
Public property MonthDayFormat
Gets or sets the display format for calendar days.
Public property MonthRows
Gets or sets the number of month view rows.
Public property MonthViewSpacing
Gets or sets the spacing between month views.
Public property MonthViewTitle
Determines the string that displays on month view title.
Public property NavigationButton
Gets or sets the display type of navigation buttons.
Public property NavigationEffect
Gets or sets the slide style while month swapping.
Public property NavigationStep
Gets or sets the number of months to swap after clicking the navigation button.
Public property NextPreviewToolTip
Gets or sets the tooltip string for the next preview button.
Public property NextToolTip
Gets or sets the tooltip string displayed for the next navigation button.
Public property Parent (Inherited from Control.)
Public property PopupMode
Determines whether the calendar is in popup mode. User has to call client side methods PopupAt/PopupBeside to popup the calendar.
Public property PrevPreviewToolTip
Gets or sets the tooltip string for the previous preview button.
Public property PrevToolTip
Gets or sets the tooltip string for the previous navigation button.
Public property PropertiesState
Gets the state of the properties.
Public property QuickNavigationStep
Gets or sets the number of months to swap after clicking the quick-navigation button.
Public property QuickNextToolTip
Gets or sets the tooltip string for the next quick-navigation button.
Public property QuickPrevToolTip
Gets or sets the tooltip string for the previous quick-navigation button.
Public property SelectedDate
Gets or sets the latest selected date.
Public property SelectedDates
Gets or sets the selected dates collection.
Public property SelectionMode
Determines the selection mode.
Public property ShowCalendarTitle
Determines whether to display the calendar title.
Public property ShowMonthNavigator
Gets or sets a value that determines whether to display month navigator.
Public property ShowOtherMonthDays
Determines whether to diaplay days that belong to other month in a month view.
Public property ShowWeekDays
Determines whether to display week days.
Public property ShowWeekNumbers
Determines whether to display week numbers.
Public property ToolTipDateFormat
Determines the date format for tooltip when mouse is over the calendar days.
Public property UniqueID
Gets the unique ID.
Public property VisibilityMode (Inherited from Control.)
Public property Visible (Inherited from Control.)
Public property VisualStyle
Gets or sets the VisualStyle for the calendar.
Public property WeekDayFormat
Gets or sets the display format for week headers.

See Also