Gets or sets the object from which the scheduler control retrieves the resources' list.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
[DefaultValue(null)]
public virtual object ResourceDataSource { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property ResourceDataSource As Object
Type | Default | Description |
---|---|---|
Object | null |
An object that represents the data source from which the data-bound control retrieves its data. |