The SmallSchedulerCanvas type exposes the following members.

Methods

  NameDescription
ClearChildren
Clears the Children collection and performs some base preperations.
(Inherited from SchedulerCanvasBase.)
GetDateTime
Gets the time corresponding to a location on the canvas.
(Overrides SchedulerCanvasBase..::.GetDateTime(Double, Double, TimeEnd).)
OnDaysChanged
Updates the user interface in response to changes to the Days property.
(Overrides SchedulerCanvasBase..::.OnDaysChanged(DependencyPropertyChangedEventArgs).)
OnFormatterChangedCore
Changes the style and template of all the schedule elements based on the new formatter.
(Overrides SchedulerCanvasBase..::.OnFormatterChangedCore(DependencyPropertyChangedEventArgs).)
RelayoutCreateHereButton
Performs layout of the "create here" button when a setting or selection changes.
(Inherited from SchedulerCanvasBase.)
RemoveCreateHereButton
Removes the "create here" button.
(Inherited from SchedulerCanvasBase.)
SelectStyle
Selects a style for the given SchedulerElement based on the given StyleSelector. If the selector is null, or if it fails to select a style, then the given default style will be returned.
(Inherited from SchedulerCanvasBase.)
SelectTemplate
Selects a template for the given SchedulerElement based on the given DataTemplateSelector. If the selector is null, or if it fails to select a template, then the given default template will be returned.
(Inherited from SchedulerCanvasBase.)

See Also