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

SchedulerListEditorBase(IModelListView) Constructor

The constructor which provides basic functionality for the classes derived from the SchedulerListEditorBase class.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public SchedulerListEditorBase(
    IModelListView model
)

Parameters

Name Type Description
model IModelListView

An IModelListView object representing the Application Model‘s node, which contains information on the View that will use the instantiated List Editor.

Remarks

Note that since the SchedulerListEditorBase is an Abstract class, you cannot instantiate it.

See Also