Gets or sets the ID of the control from which the ASPxScheduler retrieves the resources.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public virtual string ResourceDataSourceID { get; set; }
|
VB |
Overridable Public Property ResourceDataSourceID As String
|
Property value
Type: String
The ID of a control that represents the data source from which the scheduler retrieves the resources.
The default is String.Empty.

See Also