Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

[DataSourceProperty("ResourceClasses")]
[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 SchedulerListEditor or ASPxSchedulerListEditor.

If you have several classes that implement the IResource interface, you can set any of them for this property.

See Also