Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

#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