Skip to main content

ASPxSchedulerDataWebControlBase.ResourceDataSource Property

Gets or sets the object from which the scheduler control retrieves the resources’ list.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(null)]
public virtual object ResourceDataSource { get; set; }

Property Value

Type Default Description
Object null

An object that represents the data source from which the data-bound control retrieves its data.

See Also