SchedulerListEditor.ResourcesDataSource Property
Provides access to the object that stores resources.
Namespace: DevExpress.ExpressApp.Scheduler.Win
Assembly: DevExpress.ExpressApp.Scheduler.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Win
Declaration
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