Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSchedulerDataWebControlBase.AppointmentDataMember Property

Gets or sets the data source member which supplies appointment data to the scheduler.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value representing the data source member.

Remarks

This property can be used when the ASPxSchedulerDataWebControlBase.AppointmentDataSource property refers to a dataset which contains several data tables. The AppointmentDataMember property should specify the desired table’s name in this case.

If the ASPxSchedulerDataWebControlBase.AppointmentDataSource property refers to a data table, data view or any custom created data source object, the AppointmentDataMember property should not be used.

See Also