IModelListViewScheduler.ResourceClass Property
Specifies the type of the objects that will serve as a resource data source for the Scheduler List Editor.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Property Value
Type | Description |
---|---|
IModelClass | An IModelClass object representing the Class node corresponding to the type of the objects that will serve as a resource data source for the Scheduler List Editor. |
Remarks
This property is considered for the List Views displayed by the DevExpress.ExpressApp.Scheduler.Blazor.Editors.SchedulerListEditor
, SchedulerListEditor, and ASPxSchedulerListEditor.
If you have several classes that implement the IResource interface, you can set any of them for this property.