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.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
#Declaration
[DataSourceProperty("ResourceClasses", new string[]{})]
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
IModelClass ResourceClass { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
#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.