[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1SchedulerPresenter

C1SchedulerPresenter Class

An instance of this class is used in the C1Scheduler's template visual tree to define a place where a pane representing schedule time intervals will appear.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class C1SchedulerPresenter : VisualIntervalsPresenter, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IWeakEventListener
Public Class C1SchedulerPresenter
    Inherits VisualIntervalsPresenter
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IWeakEventListener

Constructors

Name Description
C1SchedulerPresenter()

Methods

Name Description
AttachSchedulerEvents()

Attaches presenter to the C1Scheduler control.

DetachFromScheduler(C1Scheduler)

Detaches presenter from the specified C1Scheduler control.

ReceiveWeakEvent(Type, object, EventArgs)

Receives events from the centralized event manager.

SelectItems(DateTime, DateTime)

Selects all items from time interval determined by the specified start and end values.