Classes

  Class Description
Public class BooleanToVisibilityConverter
Represents a Binding converter that converts a Boolean value to the corresponding Visibility value. If ConverterParameter is not null, returns inverted value.
Public class C1Calendar
Represents a month calendar with an ability to interactively navigate through months and select a specific DateTime value.
Public class C1CalendarPresenter
An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with calendar days will appear.
Public class ClipExtensions
Gets or sets a value indicating whether to clip the content of the element (or content coming from the child elements of the element) to fit into the size of the containing element.
Public class DateChangedEventArgs
The DateChangedEventArgs class describes event data for the DateTime property changing events.
Public class DateList
The DateList class represents the observable collection of DateTime values. The collection contains unique values only. Every item in collection is a DateTime value containing the date part only.
Public class DayOfWeekSlot
Provides a data about a day of a week for the DaysOfWeekPresenter.
Public class DayOfWeekSlotPresenter
Represents a root element of a visual tree generated for a day of week slot of the C1Calendar.
Public class DaySlot
Represents a day slot in the C1Calendar control.
Public class DaySlotPresenter
Represents a root element of a visual tree generated for a day slot of the C1Calendar.
Public class DaySlotTemplateSelector
Exposes logic for choosing a template used to display DaySlot object.
Public class DaysOfWeekPresenter
An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with day of week captions will appear.
Public class DeferrableObservableCollection<(Of <(<'T>)>)>
The DeferrableObservableCollection<(Of <(<'T>)>)> represents an ObservableCollection<(Of <(<'T>)>)> supported deferring events during the massive collection changes.
Public class ReentrantObservableCollection<(Of <(<'T>)>)>
The ReentrantObservableCollection<(Of <(<'T>)>)> class represents the same interface and functionality as the DeferrableObservableCollection<(Of <(<'T>)>)> with one exception: it allows collection changing in event handlers for the CollectionChanged event.
Public class WeekNumberSlot
Provides a data about week number for the WeekNumbersPresenter class.
Public class WeekNumberSlotPresenter
Represents a root element of the visual tree generated for a week number slot of the C1Calendar control.
Public class WeekNumbersPresenter
An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with week numbers will appear.
Public class WorkDays
The WorkDays class is a list of working days for the single week.

Enumerations

  Enumeration Description
Public enumeration SelectionCommand
Determines the type of selection.