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.

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.v20.2.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