Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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