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

SchedulerListEditor.ResourcesDataSource Property

Provides access to the object that stores resources.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v18.2.dll

Declaration

public IList ResourcesDataSource { get; set; }

Property Value

Type Description
IList

A IList object that stores resources.

Remarks

This property is intended for internal use. If you need to perform custom actions over the resources data source, or specify a custom resources data source to be used, handle the SchedulerListEditorBase.ResourceDataSourceCreating and SchedulerListEditorBase.ResourceDataSourceCreated events.

See Also