Skip to main content
A newer version of this page is available. .

SchedulerControlBase Class

A base class for the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public class SchedulerControlBase :
    Control,
    ISchedulerComponentOwner,
    INotifyDependencyPropertyChanged

Remarks

The SchedulerControlBase implements the SchedulerControlBase.DependencyPropertyChanged event that occurs when any SchedulerControl‘s dependency property changes.

See Also