The SchedulerCanvasBase type exposes the following members.

Methods

  NameDescription
ClearChildren
Clears the Children collection and performs some base preperations.
GetDateTime
When overridden in a derived class, gets the time corresponding to a location on the canvas.
OnDaysChanged
When overridden in a derived class, handles changes to the Days property.
OnFormatterChangedCore
Classes derived from SchedulerCanvasBase can override this method to provide additional logic when the formatter is changed.
RelayoutCreateHereButton
Performs layout of the "create here" button when a setting or selection changes.
RemoveCreateHereButton
Removes the "create here" button.
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.
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.

See Also