The SchedulerCanvas type exposes the following members.

Properties

  NameDescription
CreateHereButtonStyle
Gets or sets the style for the "create here" button that is displayed when the user hovers over the control. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
CreateHereDayIndex
Gets the day index on which to display the "create here" button.
(Inherited from SchedulerCanvasBase.)
CreateHereElementDuration
Gets or sets the duration in minutes for a schedule item that is added useing the "Create here" button. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
CreateHereElementStyle
Gets or sets the style for the "new appointment" element that appears when the user clicks the "create here" button. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
CreateHereHintContent
Gets or sets the content displayed on the "create here" button that is displayed when the user hovers over the control. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
CreateHereTime
Gets the time at whose location to display the "create here" button.
(Inherited from SchedulerCanvasBase.)
Days
Gets or sets the per-day data to be represented on the canvas. This member supports the Scheduler control and is not intended for use in your code, but may be referenced in advanced styling and templating scenarios. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
Formatter
Gets or sets the Formatter used to provide information about styling various parts of a Scheduler. This is a dependency property.
(Inherited from SchedulerCanvasBase.)
HourSlotHeight
Gets or sets the height of each hourly slot.
IsMouseDown
Gets whether the mouse button is down over the SchedulerCanvasBase.
(Inherited from SchedulerCanvasBase.)
RightAreaBuffer
Gets or sets the width of the empty area left to the right of each SchedulerElement.
ScheduleItemStyle
Gets or sets the Style for schedule items displayed on the canvas. This is a dependency property.
ScheduleItemTemplate
Gets or sets the DataTemplate. for schedule items displayed on the canvas. This is a dependency property.
TimeSlotTemplate
Gets or sets the DataTemplate for presenting TimeSlot objects on the canvas. This is a dependency property.

See Also