Classes
| Class | Description | |
|---|---|---|
|
|
BooleanToVisibilityConverter |
Represents a Binding converter that converts a Boolean value
to the corresponding Visibility value.
If ConverterParameter is not null, returns inverted value.
|
|
|
C1Calendar |
Represents a month calendar with an ability to interactively navigate
through months and select a specific DateTime value.
|
|
|
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.
|
|
|
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.
|
|
|
DateChangedEventArgs |
The DateChangedEventArgs class describes
event data for the DateTime property changing events.
|
|
|
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.
|
|
|
DayOfWeekSlot |
Provides a data about a day of a week for the DaysOfWeekPresenter.
|
|
|
DayOfWeekSlotPresenter |
Represents a root element of a visual tree generated for a day of week slot of the C1Calendar.
|
|
|
DaySlot |
Represents a day slot in the C1Calendar control.
|
|
|
DaySlotPresenter |
Represents a root element of a visual tree generated for a day slot of the C1Calendar.
|
|
|
DaySlotTemplateSelector |
Exposes logic for choosing a template used to display DaySlot object.
|
|
|
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.
|
|
|
DeferrableObservableCollection<(Of <(<'T>)>)> |
The DeferrableObservableCollection<(Of <(<'T>)>)> represents an
ObservableCollection<(Of <(<'T>)>)> supported deferring events during the massive
collection changes.
|
|
|
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.
|
|
|
WeekNumberSlot |
Provides a data about week number for the WeekNumbersPresenter class.
|
|
|
WeekNumberSlotPresenter |
Represents a root element of the visual tree generated for a week number slot of the
C1Calendar control.
|
|
|
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.
|
|
|
WorkDays |
The WorkDays class is a list of working days for the single week.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
SelectionCommand |
Determines the type of selection.
|