Skip to main content

AppointmentMapping.ResourceId Property

Gets or sets the data field to which an appointment's Appointment.ResourceId property is bound.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public string ResourceId { get; set; }
Public Property ResourceId As String

Property Value

Type Description
String

A String value that specifies the name of the bound data field.

Remarks

Use the ResourceId property to bind an appointment's Appointment.ResourceId property to a data field. The data field is taken from the datasource specified by the DataSource property of the AppointmentStorage.

Examples

This example demonstrates how to get access to the scheduler storage and modify its properties. For this, the SchedulerControl.Storage property is used.

See Also