A newer version of this page is available.
Switch to the current version.
AppointmentFormTemplateContainer.ResourceDataSource Property
Gets the data source used to provide a list of resources for appointments.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public IEnumerable ResourceDataSource { get; }
Public ReadOnly Property ResourceDataSource As IEnumerable
Property Value
Type | Description |
---|---|
IEnumerable | A list, implementing the IEnumerable interface, containing the resources. |
See Also
Feedback