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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
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