Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SchedulerModuleBase.ExtendModelInterfaces(ModelInterfaceExtenders) Method

Extends the Application Model with the IModelListViewScheduler interface.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.2.dll

Declaration

public override void ExtendModelInterfaces(
    ModelInterfaceExtenders extenders
)

Parameters

Name Type Description
extenders DevExpress.ExpressApp.Model.ModelInterfaceExtenders

A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.

Remarks

This method is not intended to be called from your code.

See Also