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

ASPxSchedulerDataWebControlBase.ResourceDataSourceID Property

Gets or sets the ID of the control from which the ASPxScheduler retrieves the resources.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string ResourceDataSourceID { get; set; }

Property Value

Type Default Description
String String.Empty

The ID of a control that represents the data source from which the scheduler retrieves the resources.

See Also