Skip to main content

AppointmentResourceEdit.ResourceId Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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