Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SchedulerListEditor.ResourcesDataSource Property

Provides access to the object that stores resources.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.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