The SchedulerElement type exposes the following members.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when the control template is applied.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnMouseLeftButtonDown
Called by the framework when the user presses the left mouse button.
(Overrides ListBoxItem..::.OnMouseLeftButtonDown(MouseButtonEventArgs).)
OnPropertyChanged
Raises the PropertyChanged event.

Properties

  NameDescription
ElementState
Gets display information for the SchedulerElement.
IsScheduleItemEndVisible
Gets whether the start of the ScheduleItem represented by this SchedulerElement is on a displayed date.
IsScheduleItemStartVisible
Gets whether the start of the ScheduleItem represented by this SchedulerElement is on a displayed date.
ScheduleItem
Gets the ScheduleItem represented by this SchedulerElement.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.

See Also