Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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