Skip to main content

SchedulerWindowsFormsModule Class

The module contained in the DevExpress.ExpressApp.Scheduler.Win.v25.2.dll assembly.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Win

Declaration

public sealed class SchedulerWindowsFormsModule :
    SchedulerModuleBase

Remarks

The Scheduler Module comprises two assemblies:

  • DevExpress.ExpressApp.Scheduler.v25.2.dll

    Contains base classes and services that are used by the DevExpress.ExpressApp.Scheduler.Win assembly.

    This assembly contains the SchedulerModuleBase class - a descendant of the ModuleBase class.

  • DevExpress.ExpressApp.Scheduler.Win.v25.2.dll

    Contains classes that are required in Windows Forms applications only.

    This assembly contains the SchedulerWindowsFormsModule class - a descendant of the ModuleBase class.

The SchedulerWindowsFormsModule class exposes properties that determine the behavior of Windows Forms specific scheduling functionality.

Implements

See Also