DayViewBase Members
The base class for all Day-based Views.Fields
Name | Description |
---|---|
ActualVisibleTimeProperty static | Identifies the ActualVisibleTime dependency property. |
AllDayAppointmentHeightProperty static | Identifies the AllDayAppointmentHeight dependency property. |
AllDayAppointmentStyleProperty static | Identifies the AllDayAppointmentStyle dependency property. |
AllDayAppointmentTemplateProperty static | Identifies the AllDayAppointmentTemplate dependency property. |
AllDayCellStyleProperty static | Identifies the AllDayCellStyle dependency property. |
AllDayCellTemplateProperty static | Identifies the AllDayCellTemplate dependency property. |
AppointmentMinHeightProperty static | Identifies the AppointmentMinHeight dependency property. |
AppointmentStyleProperty static | Identifies the AppointmentStyle dependency property. |
AppointmentTemplateProperty static | Identifies the AppointmentTemplate dependency property. |
CellMinHeightProperty static | Identifies the CellMinHeight dependency property. |
CellStyleProperty static | Identifies the CellStyle dependency property. |
CellTemplateProperty static | Identifies the CellTemplate dependency property. |
DataStorageProperty static | Identifies the DataStorage dependency property. Inherited from ViewBase. |
FirstDayOfWeekProperty static | Identifies the FirstDayOfWeek dependency property. Inherited from ViewBase. |
HeaderItemStyleProperty static | Identifies the HeaderItemStyle dependency property. |
HeaderItemTemplateProperty static | Identifies the HeaderItemTemplate dependency property. |
MaxAllDayAppointmentRowCountProperty static | Identifies the MaxAllDayAppointmentRowCount dependency property. |
ShowWorkTimeOnlyProperty static | Identifies the ShowWorkTimeOnly dependency property. |
SnapToCellsModeProperty static | Identifies the SnapToCellsMode dependency property. |
StartProperty static | Identifies the Start dependency property. Inherited from ViewBase. |
TimeIndicatorStyleProperty static | Identifies the TimeIndicatorStyle dependency property. |
TimeRulerCellStyleProperty static | Identifies the TimeRulerCellStyle dependency property. |
TimeRulerCellTemplateProperty static | Identifies the TimeRulerCellTemplate dependency property. |
TimeRulerHeaderStyleProperty static | Identifies the TimeRulerHeaderStyle dependency property. |
TimeRulerHeaderTemplateProperty static | Identifies the TimeRulerHeaderTemplate dependency property. |
TimeRulerWidthProperty static | Identifies the TimeRulerWidth dependency property. |
TimeScaleIntervalProperty static | Identifies the TimeScaleInterval dependency property. |
TimeScaleSlotCountProperty static | Identifies the TimeScaleSlotCount dependency property. |
TopRowTimeProperty static | Identifies the TopRowTime dependency property. |
VisibleTimeProperty static | Identifies the VisibleTime dependency property. |
WorkDaysProperty static | Identifies the WorkDays dependency property. Inherited from ViewBase. |
WorkTimeProperty static | Identifies the WorkTime dependency property. |
Properties
Name | Description |
---|---|
ActualVisibleTime | Returns the time interval the View currently shows. |
AllDayAppointmentHeight | Gets or sets the height of all-day appointments in the View. |
AllDayAppointmentStyle | Gets or sets appearance settings of all-day appointments. |
AllDayAppointmentTemplate | Gets or sets a data template that specifies the representation of all-day appointments. |
AllDayCellStyle | Gets or sets appearance settings of all-day cells. |
AllDayCellTemplate | Gets or sets a data template that specifies the representation of all-day cells. |
AppointmentMinHeight | Gets or sets the minimum height of appointments in the View. |
AppointmentStyle | Gets or sets appearance settings of appointments. |
AppointmentTemplate | Gets or sets a data template that specifies the representation of appointments. |
CellMinHeight | Gets or sets the minimum height of cells. |
CellStyle | Gets or sets appearance settings of cells. |
CellTemplate | Gets or sets a data template that specifies the representation of cells. |
DataStorage | Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses). Inherited from ViewBase. |
FirstDayOfWeek | Gets or sets the day from which the scheduler starts a week. Inherited from ViewBase. |
HeaderItemStyle | Gets or sets appearance settings of header items. |
HeaderItemTemplate | Gets or sets a data template that specifies the representation of header items. |
MaxAllDayAppointmentRowCount | Gets or sets the maximum number of rows that the view allocates for all-day appointments. |
ShowWorkTimeOnly | Gets or sets whether the View should show only WorkTime. |
SnapToCellsMode | Gets or sets how the View snaps the scheduler’s appointments. |
Start | Gets or sets the scheduler start date. Inherited from ViewBase. |
TimeIndicatorStyle | Gets or sets appearance settings of the time indicator. |
TimeRulerCellStyle | Gets or sets appearance settings of time ruler cells. |
TimeRulerCellTemplate | Gets or sets a data template that that specifies the representation of time ruler cells. |
TimeRulerHeaderStyle | Gets or sets appearance settings of the time ruler header. |
TimeRulerHeaderTemplate | Gets or sets a data template that that specifies the representation of the time ruler header. |
TimeRulerWidth | Gets or sets the width of the time ruler. |
TimeScaleInterval | Gets or sets the interval between two major time tickmarks. |
TimeScaleSlotCount | Gets or sets the number of slots (minor time intervals) in a TimeScaleInterval (major time interval). |
TopRowTime | Gets or sets the time the View’s topmost cell displays. |
VisibleIntervals | Gets the collection of time intervals the scheduler view displays. Inherited from ViewBase. |
VisibleTime | Gets or sets the visible time interval of a day. |
WorkDays | Gets or sets days that form a work week. Inherited from ViewBase. |
WorkTime | Gets or sets the work time interval for the Day View, Work Week View and Week View. |
Events
Name | Description |
---|---|
DoubleTap | Fires when users double tap on the scheduler view. Inherited from ViewBase. |
LongPress | Fires when users long press on the scheduler view. Inherited from ViewBase. |
Tap | Fires when users tap on the scheduler view. Inherited from ViewBase. |
See Also