AppointmentResourceEdit.ResourceId Property
Gets or sets the unique identifier for the resource of the currently selected appointment.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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