Skip to main content
.NET 6.0+

IModelOptionsSchedulerModule Interface

Used to extend the Application Model with the SchedulerModule node.

Namespace: DevExpress.ExpressApp.Scheduler.Win

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

Declaration

public interface IModelOptionsSchedulerModule

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelOptionsSchedulerModule is used by the SchedulerWindowsFormsModule module, to extend the IModelOptions.

See Also