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

SchedulerAppointmentDragBetweenResourcesEventArgs.OldResourceId Property

Specifies the identifier of the resource associated with the appointment.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public object OldResourceId { get; set; }

Property Value

Type Description
Object

An object that specifies the unique identifier of the DxSchedulerResourceItem.

See Also