Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

[DataSourceProperty("ResourceClasses", new string[]{})]
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
IModelClass ResourceClass { get; set; }

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.

See Also