Represents a day slot in the C1MonthCalendar control.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public class DaySlot : DependencyObject |
Visual Basic (Declaration) |
---|
Public Class DaySlot _ Inherits DependencyObject |
Remarks
An instance of this class can represent a day of a month or an empty slot,
which is determined by the Empty property value. In the case
when DaySlot is empty, the Date property will have
a null value, but the other properties will still contain information that allows you
to determine the placement of the slot in the calendar.
For example the DayOfWeek property will determine a day of week
that the slot corresponds to.
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.WPF.C1Schedule..::..DaySlot
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.WPF.C1Schedule..::..DaySlot