Skip to main content
All docs
V19.2

ASPxSchedulerDataWebControlBase.ResourceDataMember Property

Gets or sets the name of the list of resource data that the scheduler binds to, in instances where the data source contains more than one distinct list of data items.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by the data source control.

See Also