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

IModelOptionsSchedulerModule Interface

Used to extend the Application Model with the SchedulerModule node.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v18.1.dll

Declaration

public interface IModelOptionsSchedulerModule

Remarks

This interface is a part of the Application Model infrastructure and is not intended to be implemented by your classes. The IModelOptionsSchedulerModule is used by the SchedulerWindowsFormsModule module, to extend the IModelOptions. To learn more, refer to the Application Model Structure topic.

See Also