The C1Calendar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1Calendar |
Initializes the new instance of the C1Calendar class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
GetDateTimeAtPoint |
Returns the Nullable<(Of <(<'T>)>)> at the specified location.
|
|
|
Navigate |
Navigates calendar by the specified months number.
|
|
|
OnApplyTemplate |
Rebuilds calendar slots after initializing.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
|
|
Refresh |
Refreshes C1Calendar user interface.
|
|
|
Today |
Navigates control to the current date.
|
Fields
Properties
| Name | Description | |
|---|---|---|
|
|
AdjacentDayBrush |
Gets or sets a Brush object used to display adjacent month days.
This is a dependency property.
|
|
|
BoldedDates |
Gets or sets the list of bolded dates.
This is a dependency property.
|
|
|
DayBorderBrush |
Gets or sets a Brush object used to display day borders.
This is a dependency property.
|
|
|
DayOfWeekFormat |
Gets or sets format string which is used for representing day of the week names.
|
|
|
DayOfWeekSlotStyle |
Gets or sets a Style for DayOfWeekSlotPresenter elements which are
the root elements of a visual tree representing a single day of the week.
|
|
|
DayOfWeekSlotTemplate |
Gets or sets a DataTemplate that defines a UI representation of
a single day of week. This is a dependency property.
|
|
|
DayOfWeekSlotTemplateSelector |
Gets or sets the custom logic for choosing a template used to display each DayOfWeekSlot object.
This is a dependency property.
|
|
|
DaySlotStyle |
Gets or sets a Style for DaySlotPresenter elements which are
the root elements of a visual tree representing a single day of a month.
|
|
|
DaySlotTemplate |
Gets or sets a DataTemplate that defines a UI representation of
a single day of a month. This is a dependency property.
|
|
|
DaySlotTemplateSelector |
Gets or sets the custom logic for choosing a template used to display each DaySlot object.
This is a dependency property.
|
|
|
DaysOfWeekBorderBrush |
Gets or sets a Brush object used to underline days of week.
This is a dependency property.
|
|
|
DisabledDayBrush |
Gets or sets a Brush object used to display disabled days.
This is a dependency property.
|
|
|
DisplayDate |
Gets or sets the DateTime value specifying the currently displayed month of a year.
This is a dependency property.
|
|
|
FirstDayOfWeek |
Gets or sets the DayOfWeek value determining
the first day of the week. Default is system settings.
This is a dependency property.
|
|
|
IsAnimationEnabled |
Gets or sets the Boolean value specifying whether control plays animations on navigation.
|
|
|
MaxDate |
Gets or sets the maximum allowable date.
The default is 12/31/9998.
This is a dependency property.
|
|
|
MaxSelectionCount |
Gets or sets the maximum number of days that can be selected in the control.
This is a dependency property.
|
|
|
MinDate |
Gets or sets the minimum allowable date.
The default is 01/01/1753.
This is a dependency property.
|
|
|
MonthHeader |
Gets a string representation of the DisplayDate property value
formatted with the current YearMonthPattern value.
|
|
|
MonthHeaderBackground |
Gets or sets a Brush object used to color month header.
This is a dependency property.
|
|
|
MonthHeaderFontFamily |
Gets or sets a FontFamily object used to to display month header text.
This is a dependency property.
|
|
|
MonthHeaderFontSize |
Gets or sets a Double value determining month header font size.
This is a dependency property.
|
|
|
MonthHeaderForeground |
Gets or sets a Brush object used to color month header text.
This is a dependency property.
|
|
|
SelectedDate |
Gets or sets the currently selected date.
This is a dependency property.
|
|
|
SelectedDates |
Gets or sets the list of selected dates.
This is a dependency property.
|
|
|
SelectedDayBrush |
Gets or sets a Brush object used to highlight selected dates.
This is a dependency property.
|
|
|
ShowMonthHeader |
Gets or sets the Boolean value determining whether month header should be shown.
This is a dependency property. The default is True.
|
|
|
ShowWeekNumbers |
Gets or sets a Boolean value indicating whether the control displays week numbers (1-52).
This is a dependency property. The default is false.
|
|
|
TodayBrush |
Gets or sets a Brush object used to highlight current date.
This is a dependency property.
|
|
|
WeekendBrush |
Gets or sets a Brush object used to display weekends.
This is a dependency property.
|
|
|
WorkDays |
Gets or sets the WorkDays object containing the
set of working days in one week.
|
Events
| Name | Description | |
|---|---|---|
|
|
DisplayDateChanged |
Occurs when the DisplayDate property value has been changed.
|
|
|
DisplayDateChanging |
Occurs before changing the DisplayDate property value.
|
|
|
SelectedDateChanged |
Occurs when the SelectedDate property value has been changed.
|