Skip to main content
A newer version of this page is available. .

AppointmentResourceEdit.ResourceId Property

Gets or sets the unique identifier for the resource of the currently selected appointment.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public object ResourceId { get; set; }

Property Value

Type Description
Object

A Object value that specifies the resource’s unique identifier.

Remarks

Use this property to change the resource of the current appointment in the editing form implementation.

See Also